Fixed broken db with postgres:11.7
This commit is contained in:
parent
22c0285680
commit
4b2b250047
4 changed files with 14 additions and 0 deletions
2
dev.yml
2
dev.yml
|
|
@ -23,6 +23,8 @@ services:
|
|||
- .env.dev
|
||||
- .env
|
||||
image: postgres:${POSTGRES_VERSION-11}
|
||||
environment:
|
||||
- "POSTGRES_HOST_AUTH_METHOD=trust"
|
||||
command: postgres ${POSTGRES_ARGS-}
|
||||
volumes:
|
||||
- "./data/${COMPOSE_PROJECT_NAME-node1}/postgres:/var/lib/postgresql/data"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue