diff --git a/compose.yml b/compose.yml index 71df952..1f4d869 100644 --- a/compose.yml +++ b/compose.yml @@ -8,9 +8,8 @@ services: - POSTGRES_PASSWORD=postgres healthcheck: test: ["CMD-SHELL", "pg_isready -U postgres"] - interval: 30s - timeout: 5s - retries: 5 + start_interval: 2s + start_period: 1m plausible_events_db: image: clickhouse/clickhouse-server:24.3.3.102-alpine @@ -25,10 +24,9 @@ services: soft: 262144 hard: 262144 healthcheck: - test: ["CMD-SHELL", "wget -q -O - http://localhost:8123/ping || exit 1"] - interval: 30s - timeout: 5s - retries: 5 + test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://localhost:8123/ping || exit 1"] + start_interval: 2s + start_period: 1m plausible: image: ghcr.io/plausible/community-edition:v2.1.2