feat: with wget check

This commit is contained in:
2025-07-31 13:25:40 +02:00
parent 73db8d2f1e
commit 92607a9664

View File

@@ -4,13 +4,13 @@ services:
healthcheck:
test:
- CMD
- curl
- -f
- wget
- "--spider"
- "-q"
- http://localhost:80
interval: 1m30s
timeout: 30s
retries: 3
start_period: 40s
interval: 10s
timeout: 3s
retries: 5
labels:
logging: promtail
ports: