mirror of
https://github.com/timvisee/send-docker-compose.git
synced 2025-12-06 05:50:55 +03:00
15 lines
330 B
Plaintext
15 lines
330 B
Plaintext
# Docker image to use for Send
|
|
DOCKER_SEND_IMAGE=mozilla/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
|