Postgres: add env file
This commit is contained in:
parent
01f4b0694f
commit
0a71eaa97e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue