Postgres: add env file

This commit is contained in:
Marko Korhonen 2025-06-18 10:51:50 -05:00
parent 01f4b0694f
commit 0a71eaa97e
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -8,6 +8,7 @@ services:
- 127.0.0.1:5432:5432
networks:
- postgres
env_file: .env
volumes:
- /etc/localtime:/etc/localtime:ro
- data:/var/lib/postgresql/data