services: add Pyload
This commit is contained in:
parent
99a1fff592
commit
e6f7cdd445
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -6,3 +6,4 @@
|
||||||
/comics
|
/comics
|
||||||
/comixed/
|
/comixed/
|
||||||
/tenma
|
/tenma
|
||||||
|
/pyload
|
||||||
|
|
|
@ -157,6 +157,28 @@ services:
|
||||||
- "proxy-tier"
|
- "proxy-tier"
|
||||||
- "default"
|
- "default"
|
||||||
|
|
||||||
|
pyload:
|
||||||
|
image: linuxserver/pyload
|
||||||
|
container_name: pyload
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- VIRTUAL_HOST=pyload.belanyi.fr
|
||||||
|
- LETSENCRYPT_HOST=pyload.belanyi.fr
|
||||||
|
- LETSENCRYPT_EMAIL=brunobelanyi@gmail.com
|
||||||
|
- VIRTUAL_PORT=8000
|
||||||
|
- TZ=Europe/Paris
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
volumes:
|
||||||
|
- ./pyload:/config
|
||||||
|
- ~/downloads:/downloads
|
||||||
|
ports:
|
||||||
|
- 8000:8000
|
||||||
|
- 7227:7227 #optional
|
||||||
|
networks:
|
||||||
|
- "default"
|
||||||
|
- "proxy-tier"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
certs:
|
certs:
|
||||||
vhost.d:
|
vhost.d:
|
||||||
|
|
Reference in a new issue