Files
docker-compose-cookbooks/thunderbird/docker-compose.yml
T

23 lines
688 B
YAML

services:
thunderbird:
image: ${THUNDERBIRD_IMAGE:-jlesage/thunderbird}
restart: unless-stopped
volumes:
- "thunderbird-config:/config"
- "thunderbird-export:/export"
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}
ports:
- "5800:5800"
networks:
- proxy
- internal
volumes:
thunderbird-config:
thunderbird-export: