wildduck v3

This commit is contained in:
Andreas Knuth 2025-06-05 17:49:29 -05:00
parent 2b6f04afbe
commit 73df166702
2 changed files with 7 additions and 3 deletions

View File

@ -62,8 +62,7 @@ services:
environment:
- WEBMAIL_HOST=mail.andreasknuth.de
- WILDDUCK_API=http://wildduck:8080
- REDIS_HOST=redis
- REDIS_PORT=6379
- REDIS_URL=redis://redis:6379
ports:
- "127.0.0.1:4000:3000"
networks:

View File

@ -114,3 +114,8 @@ secure = false
# ElasticSearch deaktivieren
[elasticsearch]
enabled = false
# Access Control Konfiguration
[accessControl]
enabled = true
grants = []