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:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql/data/
|
- postgres_data:/var/lib/postgresql/data/
|
||||||
env_file:
|
env_file:
|
||||||
- ./.env.prod.db
|
- ./.env.prod
|
||||||
nginx:
|
nginx:
|
||||||
build: ./nginx
|
build: ./nginx
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue