Auto Merge of PR 179 - scanopy-smtp-config_2026-03-26T06-25-42

Merged by Trez.One
This commit was merged in pull request #179.
This commit is contained in:
2026-03-29 07:38:24 -04:00
+4
View File
@@ -200,6 +200,10 @@ services:
SCANOPY_WEB_EXTERNAL_PATH: /app/static
SCANOPY_PUBLIC_URL: http://192.168.1.248:60072
SCANOPY_INTEGRATED_DAEMON_URL: http://host.docker.internal:60073
SCANOPY_SMTP_RELAY: 192.168.1.254:25
SCANOPY_SMTP_USERNAME: ${POSTAL_SMTP_AUTH_USER}
SCANOPY_SMTP_PASSWORD: ${POSTAL_SMTP_AUTH_PASSWORD}
SCANOPY_SMTP_EMAIL: noreply@trez.wtf
extra_hosts:
- "host.docker.internal:host-gateway"
ports: