Skip to content

Commit f7db17c

Browse files
authored
Use shorter names for traefik placeholder (#1177)
They are too long in prod and make deploy stack fail
1 parent 4b4e1f7 commit f7db17c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/simcore/docker-compose.yml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)