Fix base64 encoding for TOTP_VAULT_KEY

This commit is contained in:
Andras Bacsai
2024-03-04 12:50:56 +01:00
parent d106d4bd4e
commit 96c6a198d7
2 changed files with 17 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ services:
- 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_TOTP
depends_on:
- plausible_db
- plausible_events_db