File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,10 +82,10 @@ for service in $($_yq e '.services | keys | .[]' ${COMPOSE_FILE}); do
8282 if [ " ${TARGETNAME} " == " docker-api-proxy" ]; then
8383 continue
8484 fi
85- if [ " ${TARGETNAME} " == " traefik-configuration -placeholder" ]; then
85+ if [ " ${TARGETNAME} " == " traefik-config -placeholder" ]; then
8686 continue
8787 fi
88- if [ " ${TARGETNAME} " == " ops-traefik-configuration -placeholder" ]; then
88+ if [ " ${TARGETNAME} " == " ops-traefik-config -placeholder" ]; then
8989 continue
9090 fi
9191 export TARGET_BINARY=" simcore-service"
Original file line number Diff line number Diff line change @@ -853,7 +853,7 @@ services:
853853 #
854854 # use fallback routes to return proper 503 (instead of 404)
855855 # this service must be running at all times
856- ops-traefik-configuration -placeholder:
856+ ops-traefik-config -placeholder:
857857 image: busybox:1.35.0
858858 command: sleep infinity
859859 networks:
@@ -907,7 +907,7 @@ services:
907907 start_period: 1s
908908 retries: 3
909909
910- traefik-configuration -placeholder: # simcore traefik with `io.simcore.zone =${TRAEFIK_SIMCORE_ZONE} ` label
910+ traefik-config -placeholder: # simcore traefik with `io.simcore.zone =${TRAEFIK_SIMCORE_ZONE} ` label
911911 image: busybox:1.35.0
912912 command: sleep infinity
913913 networks:
You can’t perform that action at this time.
0 commit comments