youtransfer
This commit is contained in:
parent
6a69992ab9
commit
3239767e85
2 changed files with 12 additions and 1 deletions
|
@ -73,3 +73,14 @@ services:
|
||||||
- VIRTUAL_DEST=/
|
- VIRTUAL_DEST=/
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
|
||||||
|
youtransfer:
|
||||||
|
image: remie/youtransfer:stable
|
||||||
|
environment:
|
||||||
|
- LETSENCRYPT_HOST=share.neo.faulty.nl
|
||||||
|
- VIRTUAL_HOST=share.neo.faulty.nl
|
||||||
|
- VIRTUAL_PORT=5000
|
||||||
|
volumes:
|
||||||
|
- /srv/youtransfer/config:/opt/youtransfer/config
|
||||||
|
networks:
|
||||||
|
- proxy
|
|
@ -9,7 +9,7 @@
|
||||||
"ghost",
|
"ghost",
|
||||||
"gitlab",
|
"gitlab",
|
||||||
"searx",
|
"searx",
|
||||||
"wireguard"
|
"youtransfer"
|
||||||
],
|
],
|
||||||
"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