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:
- proxy
youtransfer:
image: remie/youtransfer:stable
transfersh:
#docker run --publish 8080:8080 dutchcoders/transfer.sh:latest --provider local --basedir /tmp/
image: dutchcoders/transfer.sh:latest
command: --provider local --basedir /tmp/
environment:
- LETSENCRYPT_HOST=share.neo.faulty.nl
- VIRTUAL_HOST=share.neo.faulty.nl
- VIRTUAL_PORT=5000
- VIRTUAL_PORT=8080
volumes:
- /srv/youtransfer/config:/opt/youtransfer/config
- /srv/transfersh/config:/opt/youtransfer/config
networks:
- proxy