feat: with wget check
This commit is contained in:
@@ -4,13 +4,13 @@ services:
|
|||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
- CMD
|
- CMD
|
||||||
- curl
|
- wget
|
||||||
- -f
|
- "--spider"
|
||||||
|
- "-q"
|
||||||
- http://localhost:80
|
- http://localhost:80
|
||||||
interval: 1m30s
|
interval: 10s
|
||||||
timeout: 30s
|
timeout: 3s
|
||||||
retries: 3
|
retries: 5
|
||||||
start_period: 40s
|
|
||||||
labels:
|
labels:
|
||||||
logging: promtail
|
logging: promtail
|
||||||
ports:
|
ports:
|
||||||
|
Reference in New Issue
Block a user