improves website/Dockerfile

This commit is contained in:
2026-03-24 16:14:48 +00:00
parent ac31fbf862
commit ba0f349be9
3 changed files with 22 additions and 16 deletions
+4 -4
View File
@@ -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"