add bitwarden smtp creds #3

Merged
Ghost merged 1 commits from added-bitwarden into main 2025-03-13 13:12:48 +01:00

View File

@@ -1,4 +1,3 @@
---
version: '3.1' version: '3.1'
services: services:
Bitwarden: Bitwarden:
@@ -8,18 +7,16 @@ services:
restart: always restart: always
environment: environment:
- SIGNUPS_ALLOWED=true - SIGNUPS_ALLOWED=true
- ADMIN_TOKEN=fhBMPCHo0TUNDB - ADMIN_TOKEN=fhBMPCHo0TUNXB
- SHOW_PASSWORD_HINT=true - SHOW_PASSWORD_HINT=true
- DOMAIN=https://password.{{ domaine_ext }} - DOMAIN=https://password.{{ domaine_ext }}
- SMTP_HOST=ssl0.ovh.net - SMTP_HOST=mail.bruxelleslife.com
- SMTP_FROM=contact@{{ domaine_ext }} - SMTP_FROM=info@bruxelleslife.com
- SMTP_FROM_NAME=RedFrontier Password Manager (Bitwarden) - SMTP_FROM_NAME=Bruxelles Life Password Manager (Bitwarden)
- SMTP_SECURITY=force_tls - SMTP_SECURITY=force_tls
# ("starttls", "force_tls", "off") Enable a secure connection. Default is "starttls" (Explicit - ports 587 or 25), "force_tls" (Implicit - port 465) or "off", no encryption (port 25)
- SMTP_PORT=465 - SMTP_PORT=465
# Ports 587 (submission) and 25 (smtp) are standard without encryption and with encryption via STARTTLS (Explicit TLS). Port 465 (submissions) is used for encrypted submission (Implicit TLS). - SMTP_USERNAME=info@bruxelleslife.com
- SMTP_USERNAME=contact@{{ domaine_ext }} - SMTP_PASSWORD=vX6@kTScdN94MTJ
- SMTP_PASSWORD=
- SMTP_TIMEOUT=15 - SMTP_TIMEOUT=15
ports: ports:
- 9091:80 - 9091:80