mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-24 06:19:36 +00:00
Made the healthchecks more consistent alongside of templates.
This commit is contained in:
@@ -40,12 +40,7 @@ services:
|
||||
cap_drop:
|
||||
- ALL
|
||||
healthcheck:
|
||||
test:
|
||||
- CMD
|
||||
- wget
|
||||
- '--spider'
|
||||
- '-q'
|
||||
- '--tries=1'
|
||||
- 'http://localhost:8080/settings'
|
||||
interval: 5m
|
||||
timeout: 3s
|
||||
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8080/"]
|
||||
interval: 5s
|
||||
timeout: 20s
|
||||
retries: 10
|
||||
|
||||
Reference in New Issue
Block a user