We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2995d4 commit 5db7326Copy full SHA for 5db7326
services/simcore/docker-compose.yml.j2
@@ -831,6 +831,7 @@ services:
831
networks:
832
- public
833
deploy:
834
+ replicas: ${OPS_TRAEFIK_CONFIGURATION_PLACEHOLDER_REPLICAS}
835
placement:
836
constraints:
837
- node.labels.traefik==true
@@ -884,6 +885,7 @@ services:
884
885
886
- default
887
888
+ replicas: ${SIMCORE_TRAEFIK_CONFIGURATION_PLACEHOLDER_REPLICAS}
889
labels:
890
# route to internal traefik
891
- traefik.enable=true
0 commit comments