Added Push Notification Variables

This commit is contained in:
iamEvan
2024-05-27 23:40:35 +01:00
parent 908c74eb27
commit 424437446d
2 changed files with 34 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ services:
- SMTP_SECURITY=${SMTP_SECURITY:-starttls}
- SMTP_PORT=${SMTP_PORT}
- SMTP_TIMEOUT=15
- PUSH_ENABLED=${PUSH_ENABLED:-false}
- PUSH_INSTALLATION_ID=${PUSH_SERVICE_ID}
- PUSH_INSTALLATION_KEY=${PUSH_SERVICE_KEY}
volumes:
- vaultwarden-data:/data
healthcheck: