mirror of
https://github.com/plausible/hosting.git
synced 2024-11-17 05:15:57 -06:00
wait for ch healthcheck
This commit is contained in:
parent
e10a380651
commit
b7711e284d
@ -25,7 +25,7 @@ services:
|
||||
soft: 262144
|
||||
hard: 262144
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://127.0.0.1:8123/ping || exit 1"]
|
||||
test: ["CMD-SHELL", "wget --no-verbose --tries=1 -O - http://127.0.0.1:8123/ping || exit 1"]
|
||||
start_period: 1m
|
||||
|
||||
plausible:
|
||||
|
Loading…
Reference in New Issue
Block a user