Skip to content

Commit 5db7326

Browse files
committed
Define replicas via ENV
1 parent d2995d4 commit 5db7326

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/simcore/docker-compose.yml.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -831,6 +831,7 @@ services:
831831
networks:
832832
- public
833833
deploy:
834+
replicas: ${OPS_TRAEFIK_CONFIGURATION_PLACEHOLDER_REPLICAS}
834835
placement:
835836
constraints:
836837
- node.labels.traefik==true
@@ -884,6 +885,7 @@ services:
884885
networks:
885886
- default
886887
deploy:
888+
replicas: ${SIMCORE_TRAEFIK_CONFIGURATION_PLACEHOLDER_REPLICAS}
887889
labels:
888890
# route to internal traefik
889891
- traefik.enable=true

0 commit comments

Comments
 (0)