revert: restore sleep 10 (needed for pgautoupgrade window)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user