disabled health check

This commit is contained in:
2025-06-29 10:26:40 +00:00
parent 197b54337d
commit edb0af18f0

View File

@@ -25,12 +25,12 @@ services:
- PGID=${PGID}
- UMASK=${UMASK}
- TZ=${TZ}
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:11011/health"]
interval: 600s
timeout: 30s
start_period: 30s
retries: 3
# healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost:11011/health"]
# interval: 600s
# timeout: 30s
# start_period: 30s
# retries: 3
networks:
- reverse-proxy
ports: