made changes
This commit is contained in:
parent
e41875905b
commit
8177ff8eb2
@ -19,24 +19,6 @@ services:
|
|||||||
- bulk:/bulk
|
- bulk:/bulk
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
jackett:
|
|
||||||
image: lscr.io/linuxserver/jackett:latest
|
|
||||||
container_name: jackett
|
|
||||||
environment:
|
|
||||||
- PUID=1000
|
|
||||||
- PGID=1000
|
|
||||||
- TZ=Europe/Berlin
|
|
||||||
networks:
|
|
||||||
- indexer
|
|
||||||
- web
|
|
||||||
volumes:
|
|
||||||
- jackett_config:/config
|
|
||||||
labels:
|
|
||||||
- traefik.enable=true
|
|
||||||
- traefik.http.services.jackett.loadbalancer.server.port=9117
|
|
||||||
- traefik.http.routers.jackett-http.rule=Host(`jackett.localhost`)
|
|
||||||
- traefik.http.routers.jackett-http.entrypoints=web
|
|
||||||
|
|
||||||
gluetun:
|
gluetun:
|
||||||
image: qmcgaw/gluetun:latest
|
image: qmcgaw/gluetun:latest
|
||||||
container_name: gluetun
|
container_name: gluetun
|
||||||
@ -99,6 +81,24 @@ services:
|
|||||||
- traefik.http.routers.sonarr-http.rule=Host(`sonarr.localhost`)
|
- traefik.http.routers.sonarr-http.rule=Host(`sonarr.localhost`)
|
||||||
- traefik.http.routers.sonarr-http.entrypoints=web
|
- traefik.http.routers.sonarr-http.entrypoints=web
|
||||||
|
|
||||||
|
prowlarr:
|
||||||
|
image: lscr.io/linuxserver/prowlarr:latest
|
||||||
|
container_name: prowlarr
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Berlin/Europe
|
||||||
|
networks:
|
||||||
|
- indexer
|
||||||
|
- web
|
||||||
|
volumes:
|
||||||
|
- prowlarr_config:/config
|
||||||
|
labels:
|
||||||
|
- traefik.enable=true
|
||||||
|
- traefik.http.services.prowlarr.loadbalancer.server.port=9696
|
||||||
|
- traefik.http.routers.prowlarr-http.rule=Host(`prowlarr.localhost`)
|
||||||
|
- traefik.http.routers.prowlarr-http.entrypoints=web
|
||||||
|
|
||||||
jellyfin:
|
jellyfin:
|
||||||
image: lscr.io/linuxserver/jellyfin:latest
|
image: lscr.io/linuxserver/jellyfin:latest
|
||||||
container_name: jellyfin
|
container_name: jellyfin
|
||||||
@ -144,17 +144,16 @@ networks:
|
|||||||
web:
|
web:
|
||||||
name: web
|
name: web
|
||||||
driver: bridge
|
driver: bridge
|
||||||
internal: true
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
jackett_config:
|
|
||||||
name: jackett_config
|
|
||||||
qbittorrent_config:
|
qbittorrent_config:
|
||||||
name: qbittorrent_config
|
name: qbittorrent_config
|
||||||
radarr_config:
|
radarr_config:
|
||||||
name: radarr_config
|
name: radarr_config
|
||||||
sonarr_config:
|
sonarr_config:
|
||||||
name: sonarr_config
|
name: sonarr_config
|
||||||
|
prowlarr_config:
|
||||||
|
name: prowlarr_config
|
||||||
jellyfin_config:
|
jellyfin_config:
|
||||||
name: jellyfin_config
|
name: jellyfin_config
|
||||||
bulk:
|
bulk:
|
||||||
|
Loading…
Reference in New Issue
Block a user