about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-10-20 17:10:12 +0200
committerEmile <hanemile@protonmail.com>2019-10-20 17:10:12 +0200
commit9d42f5e53b68129c4cf1b2ed9b3578d6177dea7b (patch)
treeb0940f34a0275b5259f7a3161fb317a3e866b044
parent41b751cabf676750845295a8e3f72d5f1093abf4 (diff)
added the environment variables
-rw-r--r--docker-compose.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 7efff8e..2d9844b 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -144,6 +144,9 @@ services:
     landingpage:
         image: "registry.darknebu.la/circus/landingpage:latest"
         container_name: "landingpage"
+        environment:
+            - HOSTNAME=${HOSTNAME}
+            - CTFNAME=${CTFNAME}
         labels:
             - "traefik.enable=true"
             - "traefik.http.routers.landingpage.entrypoints=web"