Remove explicit Docker container names to allow storing multiple in parallel.

This commit is contained in:
Ben Rog-Wilhelm 2023-02-15 14:05:08 -06:00 committed by GitHub
parent 0f1bd0ff1a
commit 9da3451ed9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 31 deletions

View file

@ -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