From 74f1df689351d440f6437c511ff24ff037adfffd Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 25 Jun 2026 18:54:13 +0100 Subject: provides SMTP_PORT, SMTP_USER and SMTP_PASSWORD explicitly in compose.yml ;( --- compose.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'compose.yml') diff --git a/compose.yml b/compose.yml index 7bd8d93..dc91b78 100644 --- a/compose.yml +++ b/compose.yml @@ -23,12 +23,13 @@ services: context: . dockerfile: smtp.Dockerfile args: - LOCAL_SMTP_PORT: $LOCAL_SMTP_PORT + SMTP_PORT: 2500 env_file: - .env environment: - SMTP_PORT: $LOCAL_SMTP_PORT - SMTP_PASSWORD: $LOCAL_SMTP_PORT + SMTP_PORT: 2500 + SMTP_USER: smtp + SMTP_PASSWORD: smtp REMOTE_SMTP_PASSWORD_FILE: /run/secrets/remote_smtp_password secrets: - remote_smtp_password -- cgit v1.2.3