apps/mail-archiver/docker-compose.yml aktualisiert
This commit is contained in:
@@ -10,6 +10,9 @@ services:
|
||||
Authentication__Password: ${MAILARCHIVER_AUTH_PASSWORD}
|
||||
volumes:
|
||||
- /mnt/user/appdata/mailarchiver/data-protection-keys:/app/DataProtection-Keys
|
||||
dns:
|
||||
- 1.1.1.1
|
||||
- 8.8.8.8
|
||||
networks:
|
||||
- backend_net
|
||||
- frontend_net
|
||||
@@ -23,7 +26,6 @@ services:
|
||||
- "traefik.http.routers.mail-archiver.tls=true"
|
||||
- "traefik.http.routers.mail-archiver.tls.certresolver=le"
|
||||
- "traefik.http.services.mail-archiver.loadbalancer.server.port=5000"
|
||||
|
||||
networks:
|
||||
backend_net:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user