services: add Jackett
This commit is contained in:
parent
2a9aa5575d
commit
60dbb5c14f
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -8,3 +8,4 @@
|
||||||
/tenma
|
/tenma
|
||||||
/pyload
|
/pyload
|
||||||
/transmission
|
/transmission
|
||||||
|
/jackett
|
||||||
|
|
|
@ -206,6 +206,27 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- "default"
|
- "default"
|
||||||
- "proxy-tier"
|
- "proxy-tier"
|
||||||
|
|
||||||
|
jackett:
|
||||||
|
image: linuxserver/jackett
|
||||||
|
container_name: jackett
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- VIRTUAL_HOST=jackett.belanyi.fr
|
||||||
|
- LETSENCRYPT_HOST=jackett.belanyi.fr
|
||||||
|
- LETSENCRYPT_EMAIL=brunobelanyi@gmail.com
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Europe/Paris
|
||||||
|
volumes:
|
||||||
|
- ./jackett:/config
|
||||||
|
- ~/downloads/blackhole:/downloads
|
||||||
|
ports:
|
||||||
|
- 9117:9117
|
||||||
|
networks:
|
||||||
|
- "default"
|
||||||
|
- "proxy-tier"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
certs:
|
certs:
|
||||||
vhost.d:
|
vhost.d:
|
||||||
|
|
Reference in a new issue