plausible / community-edition

Example Docker Compose setup for hosting Plausible Community Edition
1.28k stars 286 forks source link

maybe remove healthcheck.start_interval #156

Closed ruslandoga closed 1 week ago

ruslandoga commented 1 week ago

Sentry doesn't seem to include start_interval: https://github.com/getsentry/self-hosted/blob/5bd6cd3710cc214b2d68858d24a7d6bcf8149d73/docker-compose.yml#L195-L205

Originally posted by @ruslandoga in https://github.com/plausible/community-edition/issues/155#issuecomment-2374302176

ruslandoga commented 1 week ago

Removed in https://github.com/plausible/community-edition/commit/e10a380651ba255a26e58971cc463b2c7b0d0b81

I tried running a fresh docker compose up --wait with and without start_interval and it doesn't seem to make any difference on a latest Docker Compose versions as the default is 5s anyway.