Planka smtp and db restart

This commit is contained in:
2025-08-02 18:42:29 +02:00
parent 08cd3a0e22
commit 77021c4c42

View File

@@ -48,15 +48,15 @@ services:
# - SHOW_DETAILED_AUTH_ERRORS=false
# Email Notifications (https://nodemailer.com/smtp/)
# - SMTP_HOST=
# - SMTP_PORT=587
# - SMTP_NAME=
# - SMTP_SECURE=true
SMTP_HOST: 10.0.0.20
SMTP_PORT: 25
SMTP_NAME: marijndoeve.nl
SMTP_SECURE: "false"
# - SMTP_USER=
# - SMTP_PASSWORD=
# Optionally store in secrets - then SMTP_PASSWORD should not be set
# - SMTP_PASSWORD__FILE=/run/secrets/smtp_password
# - SMTP_FROM="Demo Demo" <demo@demo.demo>
SMTP_FROM: '"Planka" <planka@marijndoeve.nl>'
# - SMTP_TLS_REJECT_UNAUTHORIZED=false
depends_on:
postgres:
@@ -72,7 +72,7 @@ services:
postgres:
image: postgres:16-alpine
restart: on-failure
restart: unless-stopped
volumes:
- db-data:/var/lib/postgresql/data
environment: