mirror of
https://github.com/plausible/hosting.git
synced 2024-12-22 12:03:18 -06:00
remove start_interval
This commit is contained in:
parent
78169fd57f
commit
e10a380651
@ -8,7 +8,6 @@ services:
|
|||||||
- POSTGRES_PASSWORD=postgres
|
- POSTGRES_PASSWORD=postgres
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
||||||
start_interval: 2s
|
|
||||||
start_period: 1m
|
start_period: 1m
|
||||||
|
|
||||||
plausible_events_db:
|
plausible_events_db:
|
||||||
@ -27,7 +26,6 @@ services:
|
|||||||
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 --spider http://127.0.0.1:8123/ping || exit 1"]
|
||||||
start_interval: 2s
|
|
||||||
start_period: 1m
|
start_period: 1m
|
||||||
|
|
||||||
plausible:
|
plausible:
|
||||||
|
Loading…
Reference in New Issue
Block a user