summaryrefslogtreecommitdiffstats
path: root/.examples/docker-compose
diff options
context:
space:
mode:
authorJorge Villasenor <salinasv@gmail.com>2017-10-22 20:44:40 -0700
committerJorge Villasenor <salinasv@gmail.com>2017-10-22 20:44:40 -0700
commit577ff54b455a0ab616738f48a060580e706a93d0 (patch)
tree0696ad9e4a840bd86d50d9b079d981bad9cda9ee /.examples/docker-compose
parentfa3b83c1b103fa1408d817a205e7d0c75281cde3 (diff)
Allow compose to find all env variables
With two declared "environment" compose only takes the second one. In thi case it means that the letsencrypt companion and reverse-proxy can't read the neede variables for the setup, making this example to return a http 503 error.
Diffstat (limited to '.examples/docker-compose')
-rw-r--r--.examples/docker-compose/with-nginx-proxy/mariadb/apache/docker-compose.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.examples/docker-compose/with-nginx-proxy/mariadb/apache/docker-compose.yml b/.examples/docker-compose/with-nginx-proxy/mariadb/apache/docker-compose.yml
index 8617cf50..45406dcb 100644
--- a/.examples/docker-compose/with-nginx-proxy/mariadb/apache/docker-compose.yml
+++ b/.examples/docker-compose/with-nginx-proxy/mariadb/apache/docker-compose.yml
@@ -21,7 +21,6 @@ services:
- VIRTUAL_HOST=
- LETSENCRYPT_HOST=
- LETSENCRYPT_EMAIL=
- environment:
- MYSQL_HOST=db
env_file:
- db.env