diff --git a/docker-compose.yml b/docker-compose.yml index 25326a3..50b98dc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -122,6 +122,12 @@ services: networks: - default - shared + healthcheck: + test: ["CMD", "curl", "-f", "http://localhost:5005/health"] + interval: 30s + timeout: 10s + retries: 3 + start_period: 60s env_file: - ./.env extra_hosts: