wildduck v5
This commit is contained in:
parent
ca45cab9bd
commit
ae64e98af0
|
|
@ -70,4 +70,12 @@ enabled = false
|
|||
|
||||
[tasks]
|
||||
enabled = true
|
||||
deleteAfter = 30
|
||||
deleteAfter = 30
|
||||
|
||||
# Access Control Fix
|
||||
[accesscontrol]
|
||||
enabled = false
|
||||
|
||||
# Roles Fix
|
||||
[roles]
|
||||
enabled = false
|
||||
|
|
@ -29,6 +29,12 @@ services:
|
|||
- mongo
|
||||
- redis
|
||||
- wildduck
|
||||
environment:
|
||||
- REDIS_HOST=redis
|
||||
- REDIS_PORT=6379
|
||||
- REDIS_DB=1
|
||||
- API_HOST=wildduck
|
||||
- API_PORT=8080
|
||||
volumes:
|
||||
- ./config/wildduck-webmail:/app/config
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Reference in New Issue