Add a commented-out line to support specific DB files during dev.
This commit is contained in:
parent
4f8ba42738
commit
a32fe3e90c
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ services:
|
|||
volumes:
|
||||
- "./bootstrap/original-schema.sql:/docker-entrypoint-initdb.d/00-schema.sql"
|
||||
- "./bootstrap/original-seed-db.sql:/docker-entrypoint-initdb.d/10-seed-db.sql"
|
||||
# uncomment this if you want to explicitly set a DB
|
||||
#- "./postgres_db:/var/lib/postgresql/data"
|
||||
environment:
|
||||
- POSTGRES_HOST_AUTH_METHOD=trust
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue