mirror of
https://github.com/Thumbscrew/matrix-homeserver-docker-compose.git
synced 2025-04-12 10:13:41 +00:00
disable health checks on fed workers
This commit is contained in:
parent
40d964cd14
commit
9380e99597
@ -112,10 +112,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
entrypoint: ["/start.py", "run", "--config-path=/data/${CONFIG_FILE_NAME}", "--config-path=/data/federation_sender_worker_1.yaml"]
|
entrypoint: ["/start.py", "run", "--config-path=/data/${CONFIG_FILE_NAME}", "--config-path=/data/federation_sender_worker_1.yaml"]
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "curl -fSs http://localhost:8081/health || exit 1"]
|
disable: true
|
||||||
start_period: "5s"
|
|
||||||
interval: "15s"
|
|
||||||
timeout: "5s"
|
|
||||||
volumes:
|
volumes:
|
||||||
- ${VOLUME_PATH}/data:/data:rw
|
- ${VOLUME_PATH}/data:/data:rw
|
||||||
logging:
|
logging:
|
||||||
@ -137,10 +134,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
entrypoint: ["/start.py", "run", "--config-path=/data/${CONFIG_FILE_NAME}", "--config-path=/data/federation_sender_worker_2.yaml"]
|
entrypoint: ["/start.py", "run", "--config-path=/data/${CONFIG_FILE_NAME}", "--config-path=/data/federation_sender_worker_2.yaml"]
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "curl -fSs http://localhost:8081/health || exit 1"]
|
disable: true
|
||||||
start_period: "5s"
|
|
||||||
interval: "15s"
|
|
||||||
timeout: "5s"
|
|
||||||
volumes:
|
volumes:
|
||||||
- ${VOLUME_PATH}/data:/data:rw
|
- ${VOLUME_PATH}/data:/data:rw
|
||||||
logging:
|
logging:
|
||||||
|
Loading…
Reference in New Issue
Block a user