transfer.sh > youtransfer

This commit is contained in:
Didier Slof 2023-01-03 00:04:41 +01:00
parent 3239767e85
commit 4be80d1eb1
Signed by: didier
GPG key ID: 01E71F18AA4398E5
2 changed files with 7 additions and 5 deletions

View file

@ -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

View file

@ -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,