variables
This commit is contained in:
parent
f0fd6b351f
commit
b3a19df25e
1 changed files with 3 additions and 0 deletions
|
@ -76,10 +76,13 @@ services:
|
||||||
|
|
||||||
transfersh:
|
transfersh:
|
||||||
image: dutchcoders/transfer.sh:latest
|
image: dutchcoders/transfer.sh:latest
|
||||||
|
command: --purge-interval 360
|
||||||
environment:
|
environment:
|
||||||
- PROVIDER=local
|
- PROVIDER=local
|
||||||
- BASEDIR=/tmp/
|
- BASEDIR=/tmp/
|
||||||
- PURGE_INTERVAL=360
|
- PURGE_INTERVAL=360
|
||||||
|
- MAX_UPLOAD_SIZE=524288
|
||||||
|
- RATE_LIMIT=20
|
||||||
- LETSENCRYPT_HOST=share.neo.faulty.nl
|
- LETSENCRYPT_HOST=share.neo.faulty.nl
|
||||||
- VIRTUAL_HOST=share.neo.faulty.nl
|
- VIRTUAL_HOST=share.neo.faulty.nl
|
||||||
- VIRTUAL_PORT=8080
|
- VIRTUAL_PORT=8080
|
||||||
|
|
Reference in a new issue