youtransfer
This commit is contained in:
parent
6a69992ab9
commit
3239767e85
2 changed files with 12 additions and 1 deletions
|
@ -71,5 +71,16 @@ services:
|
|||
- VIRTUAL_HOST=neo.faulty.nl
|
||||
- VIRTUAL_PATH=/
|
||||
- VIRTUAL_DEST=/
|
||||
networks:
|
||||
- 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
|
Reference in a new issue