disable health checks on fed workers

This commit is contained in:
James 2022-05-07 15:59:57 +01:00
parent 40d964cd14
commit 9380e99597

View File

@ -112,10 +112,7 @@ services:
restart: unless-stopped
entrypoint: ["/start.py", "run", "--config-path=/data/${CONFIG_FILE_NAME}", "--config-path=/data/federation_sender_worker_1.yaml"]
healthcheck:
test: ["CMD-SHELL", "curl -fSs http://localhost:8081/health || exit 1"]
start_period: "5s"
interval: "15s"
timeout: "5s"
disable: true
volumes:
- ${VOLUME_PATH}/data:/data:rw
logging:
@ -137,10 +134,7 @@ services:
restart: unless-stopped
entrypoint: ["/start.py", "run", "--config-path=/data/${CONFIG_FILE_NAME}", "--config-path=/data/federation_sender_worker_2.yaml"]
healthcheck:
test: ["CMD-SHELL", "curl -fSs http://localhost:8081/health || exit 1"]
start_period: "5s"
interval: "15s"
timeout: "5s"
disable: true
volumes:
- ${VOLUME_PATH}/data:/data:rw
logging: