mirror of
https://github.com/timvisee/send-docker-compose.git
synced 2025-12-08 23:08:44 +03:00
Expose Send FILE_DIR variable
This commit is contained in:
@@ -4,8 +4,9 @@ DOCKER_SEND_IMAGE=mozilla/send:latest
|
|||||||
# Host to expose Send on
|
# Host to expose Send on
|
||||||
HOST=send.example.org
|
HOST=send.example.org
|
||||||
|
|
||||||
# Base URL for Send
|
# Some exposed Send properties, see Send configuration
|
||||||
SEND_BASE_URL=https://send.example.org
|
SEND_BASE_URL=
|
||||||
|
SEND_FILE_DIR=
|
||||||
|
|
||||||
# Optional: for LetsEncrypt SSL, same as HOST
|
# Optional: for LetsEncrypt SSL, same as HOST
|
||||||
LETSENCRYPT_HOST=
|
LETSENCRYPT_HOST=
|
||||||
|
|||||||
@@ -25,8 +25,9 @@ DOCKER_SEND_IMAGE=mozilla/send:latest
|
|||||||
# Host to expose Send on
|
# Host to expose Send on
|
||||||
HOST=send.example.org
|
HOST=send.example.org
|
||||||
|
|
||||||
# Base URL for Send
|
# Some exposed Send properties, see Send configuration
|
||||||
SEND_BASE_URL=https://send.example.org
|
SEND_BASE_URL=
|
||||||
|
SEND_FILE_DIR=
|
||||||
|
|
||||||
# Optional: for LetsEncrypt SSL, same as HOST
|
# Optional: for LetsEncrypt SSL, same as HOST
|
||||||
LETSENCRYPT_HOST=
|
LETSENCRYPT_HOST=
|
||||||
|
|||||||
@@ -42,6 +42,7 @@ services:
|
|||||||
- PORT=1234
|
- PORT=1234
|
||||||
- REDIS_HOST=redis
|
- REDIS_HOST=redis
|
||||||
- BASE_URL=${SEND_BASE_URL}
|
- BASE_URL=${SEND_BASE_URL}
|
||||||
|
- FILE_DIR=${SEND_FILE_DIR}
|
||||||
redis:
|
redis:
|
||||||
image: 'redis:alpine'
|
image: 'redis:alpine'
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user