forked from MarseyWorld/MarseyWorld
uncomment psql logging
parent
e57021026b
commit
55b3c8a691
|
@ -35,7 +35,7 @@ services:
|
||||||
postgres:
|
postgres:
|
||||||
container_name: "postgres"
|
container_name: "postgres"
|
||||||
image: postgres
|
image: postgres
|
||||||
#command: ["postgres", "-c", "log_statement=all"]
|
command: ["postgres", "-c", "log_statement=all"]
|
||||||
volumes:
|
volumes:
|
||||||
- "./schema.sql:/docker-entrypoint-initdb.d/00-schema.sql"
|
- "./schema.sql:/docker-entrypoint-initdb.d/00-schema.sql"
|
||||||
- "./seed-db.sql:/docker-entrypoint-initdb.d/10-seed-db.sql"
|
- "./seed-db.sql:/docker-entrypoint-initdb.d/10-seed-db.sql"
|
||||||
|
|
Loading…
Reference in New Issue