update downloader config and grail compose cleanup

This commit is contained in:
tolerryan
2025-11-25 00:22:45 -06:00
parent aba10d0c4e
commit bc0ef40e3b
3 changed files with 2 additions and 69 deletions

View File

@@ -72,26 +72,6 @@ services:
environment:
- JELLYFIN_PublishedServerUrl=https://ryantoler.duckdns.org/
#bazarr:
# image: ghcr.io/linuxserver/bazarr:latest
# container_name: bazarr
# restart: unless-stopped
# volumes:
# - ${FOLDER_FOR_CONFIGS:?err}/bazarr:/config
# - ${FOLDER_FOR_MEDIA:?err}:/data
# - /ceph:/downloads
# ports:
# - "${WEBUI_PORT_BAZARR:?err}:6767"
# environment:
# - PUID=${PUID:?err}
# - PGID=${PGID:?err}
# - TZ=${TIMEZONE:?err}
# - DOCKER_MODS=ghcr.io/gilbn/theme.park:bazarr
# - TP_THEME=${TP_THEME:?err}
# networks:
# - media-network
jellyseerr:
image: fallenbagel/jellyseerr:latest
container_name: jellyseerr
@@ -173,50 +153,3 @@ services:
- TP_THEME=${TP_THEME:?err}
networks:
- media-network
readarr:
image: ghcr.io/linuxserver/readarr:develop
container_name: readarr
restart: unless-stopped
volumes:
- ${FOLDER_FOR_CONFIGS:?err}/readarr:/config
- ${FOLDER_FOR_MEDIA:?err}:/data
- /ceph:/downloads
ports:
- "${WEBUI_PORT_READARR:?err}:8787"
environment:
- PUID=${PUID:?err}
- PGID=${PGID:?err}
- TZ=${TIMEZONE:?err}
- DOCKER_MODS=ghcr.io/gilbn/theme.park:readarr
- TP_THEME=${TP_THEME:?err}
networks:
- media-network
requestrr:
environment:
- ${FOLDER_FOR_CONFIGS:?err}/requestrr:/config
ports:
- 4545:4545
container_name: requestwqrr
image: darkalfx/requestrr
sonarr:
image: ghcr.io/linuxserver/sonarr:latest
container_name: sonarr
restart: unless-stopped
volumes:
- /ceph:/downloads
- ${FOLDER_FOR_CONFIGS:?err}/sonarr:/config
- ${FOLDER_FOR_MEDIA:?err}:/data
ports:
- "${WEBUI_PORT_SONARR:?err}:8989"
environment:
- PUID=${PUID:?err}
- PGID=${PGID:?err}
- TZ=${TIMEZONE:?err}
- DOCKER_MODS=ghcr.io/gilbn/theme.park:sonarr
- TP_THEME=${TP_THEME:?err}
networks:
- media-network

View File

@@ -4,7 +4,7 @@ services:
image: pihole/pihole:latest
ports:
# DNS Ports
- "53:53/tcp"
- "192.168.0.224:53:53/tcp"
- "53:53/udp"
# Default HTTP Port
- "80:80/tcp"