diff --git a/templates/compose/plausible.yaml b/templates/compose/plausible.yaml index a37dcaf6e..71dfbe378 100644 --- a/templates/compose/plausible.yaml +++ b/templates/compose/plausible.yaml @@ -15,6 +15,8 @@ services: - BASE_URL=${SERVICE_FQDN_PLAUSIBLE} - SECRET_KEY_BASE=${SERVICE_BASE64_64_PLAUSIBLE} - TOTP_VAULT_KEY=${SERVICE_REALBASE64_32_TOTP} + - GOOGLE_CLIENT_ID=${GOOGLE_CLIENT_ID} + - GOOGLE_CLIENT_SECRET=${GOOGLE_CLIENT_SECRET} depends_on: plausible-db: condition: service_healthy