transfer.sh > youtransfer
This commit is contained in:
parent
3239767e85
commit
4be80d1eb1
2 changed files with 7 additions and 5 deletions
|
@ -74,13 +74,15 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
|
||||||
youtransfer:
|
transfersh:
|
||||||
image: remie/youtransfer:stable
|
#docker run --publish 8080:8080 dutchcoders/transfer.sh:latest --provider local --basedir /tmp/
|
||||||
|
image: dutchcoders/transfer.sh:latest
|
||||||
|
command: --provider local --basedir /tmp/
|
||||||
environment:
|
environment:
|
||||||
- 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=5000
|
- VIRTUAL_PORT=8080
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/youtransfer/config:/opt/youtransfer/config
|
- /srv/transfersh/config:/opt/youtransfer/config
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
|
@ -9,7 +9,7 @@
|
||||||
"ghost",
|
"ghost",
|
||||||
"gitlab",
|
"gitlab",
|
||||||
"searx",
|
"searx",
|
||||||
"youtransfer"
|
"transfersh"
|
||||||
],
|
],
|
||||||
"local_days_of_retention": 1,
|
"local_days_of_retention": 1,
|
||||||
"remote_days_of_retention": 30,
|
"remote_days_of_retention": 30,
|
||||||
|
|
Reference in a new issue