feat(#23): Add email notifications

This commit is contained in:
2025-11-23 18:46:14 +01:00
parent e769bfb011
commit b72d564868
26 changed files with 613 additions and 18 deletions

View File

@@ -61,3 +61,12 @@ services:
retries: 5
start_period: 30s
timeout: 10s
maildev:
image: maildev/maildev:2.2.1
container_name: legalconsenthub-maildev
ports:
- "1080:1080"
- "1025:1025"
networks:
- legalconsenthub-net