diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-25 19:04:23 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-25 19:04:23 +0100 |
| commit | 2823433f7c3b6b8b9d20b3a54cc0e43beb534c04 (patch) | |
| tree | a9767bc3ac097cf1781e8ee951e25b7281ed2a93 /compose.yml | |
| parent | abfb28dea224f915e62cf400f49ce2683e564c2b (diff) | |
| parent | ebac73704b55854c297b1ac06ea695b7800dcb66 (diff) | |
Merge branch 'main' of https://git.joeac.net/joeac/joeac.net
Diffstat (limited to 'compose.yml')
| -rw-r--r-- | compose.yml | 7 |
1 files changed, 4 insertions, 3 deletions
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 |
