chore: add healthcheck to frontend in docker-compose

This commit is contained in:
Admin
2026-05-27 21:18:40 +05:00
parent f80125f4a8
commit 2e4a7838f9
+6
View File
@@ -23,6 +23,12 @@ services:
restart: unless-stopped restart: unless-stopped
networks: networks:
- coolify - coolify
healthcheck:
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:80/"]
interval: 10s
timeout: 5s
retries: 3
start_period: 10s
networks: networks:
coolify: coolify: