updated thunderbird

This commit is contained in:
2025-11-05 13:50:52 -08:00
parent f082ae75a6
commit 5edae7327a
2 changed files with 8 additions and 10 deletions
+6 -2
View File
@@ -2,13 +2,17 @@ services:
thunderbird:
image: ${THUNDERBIRD_IMAGE:-jlesage/thunderbird}
restart: unless-stopped
volumes:
- "${VOL_PATH:-./data}/thunderbird/config:/config:rw"
- "${VOL_PATH:-./data}/thunderbird/export:/export:rw"
environment:
- TZ=${THUNDERBIRD_TZ:-America/Vancouver}
- WEB_AUTHENTICATION=${THUNDERBIRD_WEB_AUTHENTICATION:-1}
- WEB_AUTHENTICATION_USERNAME=${THUNDERBIRD_WEB_AUTHENTICATION_USERNAME:-user}
- WEB_AUTHENTICATION_PASSWORD=${THUNDERBIRD_WEB_AUTHENTICATION_PASSWORD:-password}
- SECURE_CONNECTION=${THUNDERBIRD_SECURE_CONNECTION:-1}
volumes:
- "${VOL_PATH:-/tmp}/thunderbird:/config:rw"
ports:
- "5800:5800"
networks:
- proxy
- internal