diff --git a/docker-compose.yml b/docker-compose.yml index 3bcadd8..fb37975 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,3 +11,9 @@ services: source: ./.env target: /iapetus11.me/.env init: true + healthcheck: + test: ["CMD", "curl", "-f", "http://localhost:3000"] + interval: 5m + timeout: 10s + retries: 2 + start_period: 10s