mirror of
https://github.com/plausible/hosting.git
synced 2024-12-22 12:03:18 -06:00
wait for ch healthcheck
This commit is contained in:
parent
e10a380651
commit
b7711e284d
@ -25,7 +25,7 @@ services:
|
|||||||
soft: 262144
|
soft: 262144
|
||||||
hard: 262144
|
hard: 262144
|
||||||
healthcheck:
|
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
|
start_period: 1m
|
||||||
|
|
||||||
plausible:
|
plausible:
|
||||||
|
Loading…
Reference in New Issue
Block a user