Fixed broken db with postgres:11.7

This commit is contained in:
Eliot Berriot 2020-02-15 12:01:19 +01:00
commit 4b2b250047
No known key found for this signature in database
GPG key ID: 6B501DFD73514E14
4 changed files with 14 additions and 0 deletions

View file

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