Add healthchecks for syncyomi

This commit is contained in:
2025-07-16 23:06:20 +05:30
parent 85c2f99712
commit 847dd97780

View File

@@ -18,3 +18,10 @@ services:
# Network configuration # Network configuration
ports: ports:
- ${PORT}:8282 # Web interface port - ${PORT}:8282 # Web interface port
# Health check configuration
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8282"]
interval: 10s
timeout: 10s
retries: 3