feat: fixes, +prowlarr +watchtower -jackett

This commit is contained in:
2023-02-17 16:15:32 +01:00
parent 8ef78becc0
commit dd196364cc
31882 changed files with 197 additions and 6173244 deletions

View File

@@ -32,7 +32,7 @@ services:
- UMASK=000
- PUID=0
- PGID=0
image: binhex/arch-delugevpn
image: binhex/arch-delugevpn:2.1.1-1-01
restart: unless-stopped
# sonarr:
@@ -98,21 +98,6 @@ services:
retries: 3
start_period: 40s
jackett:
image: lscr.io/linuxserver/jackett
container_name: jackett
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
- AUTO_UPDATE=true #optional
volumes:
- ./jackett_config:/config
- ./jackett_blackhole:/downloads
ports:
- 9117:9117
restart: unless-stopped
jellyfin:
image: lscr.io/linuxserver/jellyfin
container_name: jellyfin
@@ -162,6 +147,29 @@ services:
- 6767:6767
restart: unless-stopped
prowlarr:
image: lscr.io/linuxserver/prowlarr:latest
container_name: prowlarr
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
volumes:
- ./prowlar_config:/config
ports:
- 9696:9696
restart: unless-stopped
watchtower:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- WATCHTOWER_SCHEDULE="0 0 4 * * *"
- WATCHTOWER_CLEANUP="true"
- TZ="Europe/Berlin"
restart: unless-stopped
# readarr:
# image: lscr.io/linuxserver/readarr:develop
# container_name: readarr