revert: restore sleep 10 (needed for pgautoupgrade window)

This commit is contained in:
autonomic-bot
2026-07-14 00:37:08 +00:00
parent b5cf2a9dd4
commit 867ebfafed

View File

@ -4,7 +4,7 @@ version: "3.8"
services:
app:
image: ghcr.io/plausible/community-edition:v3.2.1
command: sh -c "/entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
depends_on:
- db
- plausible_events_db