♻️ 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

@@ -5,7 +5,7 @@ services:
depends_on:
- db
env_file:
- env-pgadmin.env
- .env
proxy:
image: traefik:v1.7
volumes:
@@ -13,7 +13,7 @@ services:
flower:
image: mher/flower
env_file:
- env-flower.env
- .env
command:
- "--broker=amqp://guest@queue:5672//"
# For the "Broker" tab to work in the flower UI, uncomment the following command argument,