#36 for Send
This commit is contained in:
parent
d8989ba7a9
commit
faa9802d17
@ -1,2 +0,0 @@
|
||||
DOCKER_DATA=/home/joey/data/send
|
||||
SEND_BASE_URL=https://send.jafner.net
|
@ -17,16 +17,8 @@ services:
|
||||
- web
|
||||
volumes:
|
||||
- ${DOCKER_DATA}/uploads:/uploads
|
||||
environment:
|
||||
- VIRTUAL_HOST=0.0.0.0
|
||||
- VIRTUAL_PORT=1234
|
||||
- DHPARAM_GENERATION=false
|
||||
- NODE_ENV=production
|
||||
- BASE_URL=${SEND_BASE_URL}
|
||||
- PORT=1234
|
||||
- REDIS_HOST=redis
|
||||
- FILE_DIR=/uploads
|
||||
- MAX_FILE_SIZE=42949672960
|
||||
env_file:
|
||||
- send.env
|
||||
labels:
|
||||
- traefik.http.routers.send.rule=Host(`send.jafner.net`)
|
||||
- traefik.http.routers.send.tls.certresolver=lets-encrypt
|
||||
|
13
homelab/server/config/send/send.env
Normal file
13
homelab/server/config/send/send.env
Normal file
@ -0,0 +1,13 @@
|
||||
# Volumes
|
||||
DOCKER_DATA=/home/joey/data/send
|
||||
|
||||
# Env
|
||||
VIRTUAL_HOST=0.0.0.0
|
||||
VIRTUAL_PORT=1234
|
||||
DHPARAM_GENERATION=false
|
||||
NODE_ENV=production
|
||||
BASE_URL=https://send.jafner.net
|
||||
PORT=1234
|
||||
REDIS_HOST=redis
|
||||
FILE_DIR=/uploads
|
||||
MAX_FILE_SIZE=42949672960
|
Loading…
Reference in New Issue
Block a user