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