diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-25 17:51:59 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-25 17:51:59 +0100 |
| commit | c3cabed6e70126d1ffa6f056d087da138a8646b3 (patch) | |
| tree | 75206f71a1f9df47f92a8dcac970e5049971b3af /compose.yml | |
| parent | aa76b5ad792108c61e8cec1f98e6ba5e68900c72 (diff) | |
db is g+rw in http.Dockerfile
Diffstat (limited to 'compose.yml')
| -rw-r--r-- | compose.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compose.yml b/compose.yml index 812c70a..7bd8d93 100644 --- a/compose.yml +++ b/compose.yml @@ -23,12 +23,12 @@ services: context: . dockerfile: smtp.Dockerfile args: - LOCAL_SMTP_PORT: 2500 + LOCAL_SMTP_PORT: $LOCAL_SMTP_PORT env_file: - .env environment: - LOCAL_SMTP_PORT: 2500 - LOCAL_SMTP_PASSWORD: smtp + SMTP_PORT: $LOCAL_SMTP_PORT + SMTP_PASSWORD: $LOCAL_SMTP_PORT REMOTE_SMTP_PASSWORD_FILE: /run/secrets/remote_smtp_password secrets: - remote_smtp_password |
