Use the same env file for db and web (.env.prod)

This commit is contained in:
app 2022-09-20 03:50:41 +00:00
parent 0140a65602
commit 5e50d3320e

View file

@ -19,7 +19,7 @@ services:
volumes:
- postgres_data:/var/lib/postgresql/data/
env_file:
- ./.env.prod.db
- ./.env.prod
nginx:
build: ./nginx
volumes: