Fixes Plausible TOTP key by changing it from BASE64 to REALBASE64_32

This commit is contained in:
Jonathan Müller
2024-07-26 16:30:36 +00:00
parent 281c6e39a5
commit a2e439686d

View File

@@ -12,7 +12,7 @@ services:
- "DATABASE_URL=postgres://postgres:$SERVICE_PASSWORD_POSTGRES@plausible_db/plausible" - "DATABASE_URL=postgres://postgres:$SERVICE_PASSWORD_POSTGRES@plausible_db/plausible"
- BASE_URL=$SERVICE_FQDN_PLAUSIBLE - BASE_URL=$SERVICE_FQDN_PLAUSIBLE
- SECRET_KEY_BASE=$SERVICE_BASE64_64_PLAUSIBLE - SECRET_KEY_BASE=$SERVICE_BASE64_64_PLAUSIBLE
- TOTP_VAULT_KEY=$SERVICE_BASE64_TOTP - TOTP_VAULT_KEY=$SERVICE_REALBASE64_32_TOTP
depends_on: depends_on:
- plausible_db - plausible_db
- plausible_events_db - plausible_events_db