erw
This commit is contained in:
parent
8581fa87a2
commit
1d9d2f829e
2 changed files with 38 additions and 37 deletions
36
arr.yaml
36
arr.yaml
|
|
@ -178,41 +178,7 @@ services:
|
|||
- caddy.reverse_proxy="{{upstreams 8787}}"
|
||||
|
||||
|
||||
jackett:
|
||||
image: lscr.io/linuxserver/jackett:latest
|
||||
container_name: jackett
|
||||
environment:
|
||||
- PUID=1001
|
||||
- PGID=998
|
||||
- TZ=America/Chicago
|
||||
volumes:
|
||||
- /DockerVol/jackett/config:/config
|
||||
- /data/nfs/Baxter/Data:/data:shared
|
||||
# ports:
|
||||
# - 9117:9117
|
||||
# networks:
|
||||
# - vpn
|
||||
network_mode: "container:gluetun"
|
||||
restart: unless-stopped
|
||||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
- node.hostname == docker2
|
||||
labels:
|
||||
- homepage.group=Jolly Roger
|
||||
- homepage.name=Jackett
|
||||
- homepage.icon=jackett.png
|
||||
- homepage.href=http://jackett.netgrimoire.com
|
||||
- homepage.description=Torrent Client
|
||||
# - homepage.widget.type=lidarr
|
||||
# - homepage.widget.url=http://lidarr:8686
|
||||
# - homepage.widget.key=189afec5b97440209775a192870a2815
|
||||
- kuma.jackett.http.name="Jackett"
|
||||
- kuma.jackett.http.url=http://jackett:9117
|
||||
- caddy=jackett.netgrimoire.com
|
||||
- caddy.import=authentik
|
||||
- caddy.reverse_proxy="{{upstreams 9117}}"
|
||||
|
||||
|
||||
networks:
|
||||
netgrimoire:
|
||||
external: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue