Allow compose to find all env variables

This commit is contained in:
Tilo Spannagel 2017-10-24 12:39:01 +02:00
parent 577ff54b45
commit 813de3656d
No known key found for this signature in database
GPG Key ID: B89F1626A58E1429
2 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@ services:
- VIRTUAL_HOST=
- LETSENCRYPT_HOST=
- LETSENCRYPT_EMAIL=
environment:
- MYSQL_HOST=db
env_file:
- db.env

View File

@ -18,7 +18,6 @@ services:
- VIRTUAL_HOST=
- LETSENCRYPT_HOST=
- LETSENCRYPT_EMAIL=
environment:
- POSTGRES_HOST=db
env_file:
- db.env