diff --git a/docker-compose.yaml b/docker-compose.yaml index c36826b..dba539b 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -27,6 +27,12 @@ services: - redis networks: - internal + healthcheck: + test: ["CMD", "curl", "-f", "http://localhost:80/"] + interval: 30s + timeout: 10s + start_period: 60s + retries: 3 mariadb: image: mariadb:10.11