fix: sending mail; add email host user and pwd for authentication

This commit is contained in:
2025-10-30 15:05:36 +01:00
parent 8ff3905657
commit 65ac5ae18e
4 changed files with 63 additions and 55 deletions

View File

@@ -9,7 +9,7 @@ services:
depends_on:
- django-homepage
volumes:
- files-volume:/usr/src/app/files
- files-volume:/usr/src/app/files
- ./gallery:/usr/src/app/files/uploads/gallery
- ./assets:/usr/src/app/assets:ro
networks:
@@ -24,7 +24,9 @@ services:
SECRET_KEY: "sae34sADfrFr89E!Gl#f!34hdjGR#!jopi4qFEr#4R56rT56zT2#wE1!feGp"
MYSQL_USER: "user"
MYSQL_PASSWORD: "hgu"
ETHERPAD_GROUP: "g.snlbqn7S6ksRbom3"
ETHERPAD_GROUP: "g.snlbqn7S6ksRbom3"
EMAIL_HOST_USER: "verleih@fet.at"
EMAIL_HOST_PASSWORD: ""
depends_on:
mysql:
condition: service_healthy