diff --git a/docker-compose.yaml b/docker-compose.yaml index 2caa740..6715b5e 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -47,6 +47,11 @@ services: - "8080" env_file: - .env + healthcheck: + test: curl -k https://localhost/actuator/health + interval: 10s + timeout: 10s + retries: 3 depends_on: - mysql - mongodb