From 38b672ef6308f52b77ddec1ff5abff57c0904bc4 Mon Sep 17 00:00:00 2001 From: Christian Krakau-Louis Date: Mon, 8 Jun 2020 10:39:10 +0200 Subject: [PATCH] Update docker-stack.yml --- juiceshop/docker-stack.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/juiceshop/docker-stack.yml b/juiceshop/docker-stack.yml index 9ebb50f..dab0973 100644 --- a/juiceshop/docker-stack.yml +++ b/juiceshop/docker-stack.yml @@ -1,7 +1,7 @@ version: '3.7' services: - ${SERVICENAME}: + juiceshop: image: bkimminich/juice-shop:latest networks: - dmz @@ -14,11 +14,9 @@ services: restart_policy: condition: on-failure labels: - - "traefik.docker.network=public" + - "traefik.docker.network=dmz" - "traefik.port=3000" - - "traefik.backend=${SERVICENAME}" - "traefik.enable=true" - - "traefik.frontend.rule=Host:${SERVICENAME}.origins.akamaipartnertraining.com" - "traefik.frontend.entryPoints=http,https" networks: