mirror of
https://github.com/timvisee/send-docker-compose.git
synced 2025-12-06 14:00:58 +03:00
17 lines
499 B
Plaintext
17 lines
499 B
Plaintext
# Docker image to use for Send
|
|
# - Latest Send version by @timvisee: registry.gitlab.com/timvisee/send:latest
|
|
# - Outdated (archived) Send version by Mozilla: mozilla/send:latest
|
|
DOCKER_SEND_IMAGE=registry.gitlab.com/timvisee/send:latest
|
|
|
|
# Host to expose Send on
|
|
HOST=send.example.org
|
|
|
|
# Base URL for Send
|
|
SEND_BASE_URL=https://send.example.org
|
|
|
|
# Optional: for LetsEncrypt SSL, same as HOST
|
|
LETSENCRYPT_HOST=
|
|
|
|
# Optional: for LetsEncrypt SSL, your email address
|
|
LETSENCRYPT_EMAIL=mail@example.org
|