summaryrefslogtreecommitdiff
path: root/compose.yml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-03-24 16:14:48 +0000
committerJoe Carstairs <me@joeac.net>2026-03-24 16:14:48 +0000
commitba0f349be9c90402b1e027aca1c4efcb330913d1 (patch)
treed7df4c5b8024a464882af84c8ad3a592b3514b97 /compose.yml
parentac31fbf862a633dfb14825c244df30bfe4dc75e8 (diff)
improves website/Dockerfile
Diffstat (limited to 'compose.yml')
-rw-r--r--compose.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/compose.yml b/compose.yml
index 4cc4dc8..f27b1ff 100644
--- a/compose.yml
+++ b/compose.yml
@@ -8,12 +8,12 @@ services:
website:
build:
context: website
+ args:
+ LOCAL_SMTP_HOST: smtp
+ LOCAL_SMTP_PORT: 2500
+ LOCAL_SMTP_PASSWORD: smtp
env_file:
- .env
- environment:
- LOCAL_SMTP_HOST: smtp
- LOCAL_SMTP_PORT: 2500
- LOCAL_SMTP_PASSWORD: smtp
ports:
- "8000:4321"