summaryrefslogtreecommitdiff
path: root/compose.yml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-25 17:51:59 +0100
committerJoe Carstairs <me@joeac.net>2026-06-25 17:51:59 +0100
commitc3cabed6e70126d1ffa6f056d087da138a8646b3 (patch)
tree75206f71a1f9df47f92a8dcac970e5049971b3af /compose.yml
parentaa76b5ad792108c61e8cec1f98e6ba5e68900c72 (diff)
db is g+rw in http.Dockerfile
Diffstat (limited to 'compose.yml')
-rw-r--r--compose.yml6
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