diff --git a/.gitignore b/.gitignore index a2757d5..f23797f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /tenma /pyload /transmission +/jackett diff --git a/docker-compose.yml b/docker-compose.yml index a25ac25..5beab45 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -206,6 +206,27 @@ services: networks: - "default" - "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: certs: vhost.d: