remove start_interval

This commit is contained in:
ruslandoga 2024-09-27 15:17:57 +07:00
parent 78169fd57f
commit e10a380651

View File

@ -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: