Expose Send FILE_DIR variable

This commit is contained in:
timvisee
2020-07-09 12:28:04 +02:00
parent c5a687ec2a
commit f7e2d1dfb0
3 changed files with 7 additions and 4 deletions

View File

@@ -42,6 +42,7 @@ services:
- PORT=1234
- REDIS_HOST=redis
- BASE_URL=${SEND_BASE_URL}
- FILE_DIR=${SEND_FILE_DIR}
redis:
image: 'redis:alpine'
restart: always