♻️ Simplify env files, merge to one .env (#151)

This commit is contained in:
Sebastián Ramírez
2020-04-19 09:17:14 +02:00
committed by GitHub
parent 894b0a5587
commit a7d3671a72
9 changed files with 38 additions and 36 deletions

View File

@@ -6,8 +6,7 @@ services:
dockerfile: tests.dockerfile
command: bash -c "while true; do sleep 1; done"
env_file:
- env-backend.env
- env-postgres.env
- .env
environment:
- SERVER_NAME=backend
- SERVER_HOST=http://${DOMAIN}