Skip to content
Snippets Groups Projects
Verified Commit 61976319 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Make postgres configurable via env vars in dev

parent d1fcea56
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ services:
- .env.dev
- .env
image: postgres:${POSTGRES_VERSION-11}
command: postgres -c log_min_duration_statement=0
command: postgres ${POSTGRES_ARGS-}
volumes:
- "./data/${COMPOSE_PROJECT_NAME-node1}/postgres:/var/lib/postgresql/data"
networks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment