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 7147469 commit 28f3c79Copy full SHA for 28f3c79
services/simcore/docker-compose.yml.j2
@@ -871,6 +871,12 @@ services:
871
- traefik.http.services.${SWARM_STACK_NAME}_simcore_api_fallback.loadbalancer.healthcheck.path=/some/invalid/path/to/generate/a/503
872
- traefik.http.services.${SWARM_STACK_NAME}_simcore_api_fallback.loadbalancer.healthcheck.interval=10s
873
- traefik.http.services.${SWARM_STACK_NAME}_simcore_api_fallback.loadbalancer.healthcheck.timeout=1ms
874
+ healthcheck:
875
+ test: command -v sleep
876
+ interval: 10s
877
+ timeout: 1s
878
+ start_period: 1s
879
+ retries: 1
880
881
traefik-configuration-placeholder: # simcore traefik with `io.simcore.zone=${TRAEFIK_SIMCORE_ZONE}` label
882
image: busybox:1.35.0
0 commit comments