Use the same env file for db and web (.env.prod)
This commit is contained in:
parent
0140a65602
commit
5e50d3320e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ services:
|
|||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data/
|
||||
env_file:
|
||||
- ./.env.prod.db
|
||||
- ./.env.prod
|
||||
nginx:
|
||||
build: ./nginx
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue