Add notification settings and forms for email notifications
This commit is contained in:
parent
93f5f05a33
commit
bb8949af76
19 changed files with 435 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue