revert: restore sleep 10 (needed for pgautoupgrade window) #5

Open
autonomic-bot wants to merge 5 commits from upgrade-4.0.0+v3.2.1 into main
4 changed files with 40 additions and 9 deletions
Showing only changes of commit 867ebfafed - Show all commits

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