db is g+rw in http.Dockerfile

This commit is contained in:
2026-06-25 17:51:59 +01:00
parent aa76b5ad79
commit c3cabed6e7
3 changed files with 4 additions and 7 deletions
+3 -3
View File
@@ -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