Remove explicit Docker container names to allow storing multiple in parallel.
This commit is contained in:
parent
0f1bd0ff1a
commit
9da3451ed9
3 changed files with 21 additions and 31 deletions
|
@ -2,7 +2,6 @@ version: '2.3'
|
|||
|
||||
services:
|
||||
files:
|
||||
container_name: "themotte"
|
||||
build:
|
||||
context: .
|
||||
target: dev
|
||||
|
@ -23,13 +22,11 @@ services:
|
|||
- postgres
|
||||
|
||||
redis:
|
||||
container_name: "themotte_redis"
|
||||
image: redis
|
||||
ports:
|
||||
- "6379:6379"
|
||||
|
||||
postgres:
|
||||
container_name: "themotte_postgres"
|
||||
image: postgres:12.3
|
||||
# command: ["postgres", "-c", "log_statement=all"]
|
||||
# uncomment this if u wanna output all SQL queries to the console
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue