diff options
author | Emile <hanemile@protonmail.com> | 2019-10-20 17:10:12 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-20 17:10:12 +0200 |
commit | 9d42f5e53b68129c4cf1b2ed9b3578d6177dea7b (patch) | |
tree | b0940f34a0275b5259f7a3161fb317a3e866b044 | |
parent | 41b751cabf676750845295a8e3f72d5f1093abf4 (diff) |
added the environment variables
-rw-r--r-- | docker-compose.yml | 3 |
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" |