Add notification settings and forms for email notifications

This commit is contained in:
Maximilian 2025-06-10 09:08:08 +02:00
parent 93f5f05a33
commit bb8949af76
19 changed files with 435 additions and 23 deletions

View file

@ -31,7 +31,8 @@ services:
- db
labels:
- "traefik.enable=true"
- "traefik.http.routers.django.rule=Host(`${ALLOWED_HOSTS}`)"
- "traefik.http.routers.web.rule=Host(`${ALLOWED_HOSTS}`)"
- "traefik.http.services.web.loadbalancer.server.port=8000"
db:
image: postgres:15-alpine