Files
docker-compose-cookbooks/thunderbird
codeandClaude Fable 5 8ab413804a normalize all stacks to conventions
- VOL_PATH always defaults to /data; vscode/opencode VOL_PROJECTS nests it
- TZ defaults to America/Vancouver (was UTC in etherpad, ntfy, redis)
- compose section order fixed (volumes before environment, command after networks)
- all default secrets are the literal ChangeThisPassword (grep-friendly,
  users must change them); removed a real key from ollama sample.env
- sample.env synced with compose: missing vars added with defaults, dead vars removed
- invoiceninja_dev/openarchiver_dev: app services had no environment block,
  wired all sample.env vars through so the stacks actually work
- opencode: sample.env OLLAMA_HOST renamed to OLLAMA_HOST_URL to match compose
- TZ values unquoted consistently

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 06:24:54 +00:00
..
2026-04-09 18:38:52 -07:00
2026-07-16 06:24:54 +00:00

Thunderbird

Overview

Access the application's full graphical interface directly from any modern web browser - no downloads, installs, or setup required on the client side - or connect with any VNC client.

The web interface also offers audio playback, seamless clipboard sharing, an integrated file manager and terminal for accessing the container's files and shell, desktop notifications, and more.

Project Details

  • Project Repository: Link
  • Container Image: Docker Hub
  • Reverse Proxy Port: 5800

Environment Variable Notes

THUNDERBIRD_IMAGE=jlesage/thunderbird:latest

Used for securing online:

THUNDERBIRD_WEB_AUTHENTICATION=1
THUNDERBIRD_WEB_AUTHENTICATION_USERNAME=user
THUNDERBIRD_WEB_AUTHENTICATION_PASSWORD=password
THUNDERBIRD_SECURE_CONNECTION=1

Volume Notes

I use the import/export plugin for thunderbird so I've added an optional volume: thunderbird-export:/export

Dockhand Stack, Deploy from Git

Cookbooks Repository stackname: NAME_HERE Compose file path: SERVICENAME/compose.yaml Additional env file (optional): SERVICENAME/sample.env

Then "Load" SERVICENAME/sample.env into the Environmental variables in dockhand

Create the Stack