mirror of
https://github.com/plausible/hosting.git
synced 2024-11-17 05:15:57 -06:00
remove start_interval
This commit is contained in:
parent
78169fd57f
commit
e10a380651
@ -8,7 +8,6 @@ services:
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
||||
start_interval: 2s
|
||||
start_period: 1m
|
||||
|
||||
plausible_events_db:
|
||||
@ -27,7 +26,6 @@ services:
|
||||
hard: 262144
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://127.0.0.1:8123/ping || exit 1"]
|
||||
start_interval: 2s
|
||||
start_period: 1m
|
||||
|
||||
plausible:
|
||||
|
Loading…
Reference in New Issue
Block a user