remove readarr

This commit is contained in:
tijsg
2025-11-15 22:56:43 +01:00
parent 66aaebe7b3
commit 67f5f9faaa

View File

@@ -201,28 +201,6 @@ services:
labels:
- com.centurylinklabs.watchtower.enable=true
############################
# READARR
############################
readarr:
image: lscr.io/linuxserver/readarr:0.4.19-nightly
container_name: readarr
network_mode: "service:gluetun"
depends_on:
- gluetun
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Brussels
volumes:
- /mnt/.ix-apps/app_mounts/readarr/config:/config
- /mnt/pool-main/media/books:/books #optional
- /mnt/pool-main/media/downloads:/downloads #optional
restart: unless-stopped
labels:
- com.centurylinklabs.watchtower.enable=true
############################
# JELLYSEERR
############################