Merge pull request #173 from salinasv/fix-https-example

Allow compose to find all env variables
This commit is contained in:
Tilo Spannagel 2017-10-24 12:57:20 +02:00 committed by GitHub
commit 6bd977cb3b
3 changed files with 0 additions and 3 deletions

View File

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

View File

@ -21,7 +21,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