diff --git a/docker-compose.yml b/docker-compose.yml index ceb5c4d6..f601991b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,11 @@ services: published: 443 protocol: tcp mode: ingress + healthcheck: + test: ["CMD", "curl", "-f", "http://localhost/"] + interval: 1m + timeout: 10s + retries: 3 volumes: - caddy:/data networks: