reduced health check frequency

This commit is contained in:
2025-06-29 05:33:34 +00:00
parent 6b4cf1c43b
commit 197b54337d

View File

@@ -27,8 +27,8 @@ services:
- TZ=${TZ}
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:11011/health"]
interval: 30s
timeout: 10s
interval: 600s
timeout: 30s
start_period: 30s
retries: 3
networks:
@@ -39,7 +39,6 @@ services:
volumes:
- ${DOCKER_CONFIGS}/cleanuparr/config:/config
flaresolverr:
container_name: flaresolverr
image: ghcr.io/flaresolverr/flaresolverr:latest