Skip to content

Commit

Permalink
fix: plausible template
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Aug 5, 2024
1 parent d7b45a6 commit 820693a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/compose/plausible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

services:
plausible:
image: "ghcr.io/plausible/community-edition:v2.1.0"
image: "ghcr.io/plausible/community-edition:v2.1"
command: 'sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"'
environment:
- "DATABASE_URL=postgres://postgres:$SERVICE_PASSWORD_POSTGRES@plausible_db/plausible"
- BASE_URL=$SERVICE_FQDN_PLAUSIBLE
- SECRET_KEY_BASE=$SERVICE_BASE64_64_PLAUSIBLE
- TOTP_VAULT_KEY=$SERVICE_BASE64_TOTP
- TOTP_VAULT_KEY=$SERVICE_REALBASE64_32_TOTP
depends_on:
- plausible_db
- plausible_events_db
Expand Down

0 comments on commit 820693a

Please sign in to comment.