From 77021c4c4236ae4d6ffbb603d7d265e6c147d094 Mon Sep 17 00:00:00 2001 From: Marijn Doeve Date: Sat, 2 Aug 2025 18:42:29 +0200 Subject: [PATCH] Planka smtp and db restart --- planka/compose.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/planka/compose.yaml b/planka/compose.yaml index 84cd486..dfb9cd8 100644 --- a/planka/compose.yaml +++ b/planka/compose.yaml @@ -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" + SMTP_FROM: '"Planka" ' # - 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: