diff --git a/syncyomi/docker-compose.yml b/syncyomi/docker-compose.yml index 34a87f8..057d9bd 100644 --- a/syncyomi/docker-compose.yml +++ b/syncyomi/docker-compose.yml @@ -18,3 +18,10 @@ services: # Network configuration ports: - ${PORT}:8282 # Web interface port + + # Health check configuration + healthcheck: + test: ["CMD", "curl", "-f", "http://localhost:8282"] + interval: 10s + timeout: 10s + retries: 3