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: environment:
- WEBMAIL_HOST=mail.andreasknuth.de - WEBMAIL_HOST=mail.andreasknuth.de
- WILDDUCK_API=http://wildduck:8080 - WILDDUCK_API=http://wildduck:8080
- REDIS_HOST=redis - REDIS_URL=redis://redis:6379
- REDIS_PORT=6379
ports: ports:
- "127.0.0.1:4000:3000" - "127.0.0.1:4000:3000"
networks: networks:

View File

@ -113,4 +113,9 @@ secure = false
# ElasticSearch deaktivieren # ElasticSearch deaktivieren
[elasticsearch] [elasticsearch]
enabled = false enabled = false
# Access Control Konfiguration
[accessControl]
enabled = true
grants = []