Disable notification emails for pocket-id

This commit is contained in:
Jake Howard 2025-07-18 10:45:35 +01:00
parent 1620352ce6
commit 110e10f042
No known key found for this signature in database
GPG key ID: 57AFB45680EDD477

View file

@ -12,14 +12,12 @@ services:
- PUBLIC_UI_CONFIG_DISABLED=true
- BACKGROUND_IMAGE_TYPE=png
- APP_NAME=Orange ID
- SESSION_DURATION=30
- SMTP_HOST=smtp.eu.mailgun.org
- SMTP_PORT=465
- SMTP_FROM={{ vault_pocket_id_from_address }}
- SMTP_USER={{ vault_pocket_id_smtp_user }}
- SMTP_PASSWORD={{ vault_pocket_id_smtp_password }}
- SMTP_TLS=tls
- EMAIL_LOGIN_NOTIFICATION_ENABLED=true
volumes:
- "{{ app_data_dir }}/pocket-id:/app/backend/data"
labels: