commenting out bazarr
This commit is contained in:
@@ -73,24 +73,24 @@ services:
|
|||||||
- JELLYFIN_PublishedServerUrl=https://ryantoler.duckdns.org/
|
- JELLYFIN_PublishedServerUrl=https://ryantoler.duckdns.org/
|
||||||
|
|
||||||
|
|
||||||
bazarr:
|
#bazarr:
|
||||||
image: ghcr.io/linuxserver/bazarr:latest
|
# image: ghcr.io/linuxserver/bazarr:latest
|
||||||
container_name: bazarr
|
# container_name: bazarr
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
volumes:
|
# volumes:
|
||||||
- ${FOLDER_FOR_CONFIGS:?err}/bazarr:/config
|
# - ${FOLDER_FOR_CONFIGS:?err}/bazarr:/config
|
||||||
- ${FOLDER_FOR_MEDIA:?err}:/data
|
# - ${FOLDER_FOR_MEDIA:?err}:/data
|
||||||
- /ceph:/downloads
|
# - /ceph:/downloads
|
||||||
ports:
|
# ports:
|
||||||
- "${WEBUI_PORT_BAZARR:?err}:6767"
|
# - "${WEBUI_PORT_BAZARR:?err}:6767"
|
||||||
environment:
|
# environment:
|
||||||
- PUID=${PUID:?err}
|
# - PUID=${PUID:?err}
|
||||||
- PGID=${PGID:?err}
|
# - PGID=${PGID:?err}
|
||||||
- TZ=${TIMEZONE:?err}
|
# - TZ=${TIMEZONE:?err}
|
||||||
- DOCKER_MODS=ghcr.io/gilbn/theme.park:bazarr
|
# - DOCKER_MODS=ghcr.io/gilbn/theme.park:bazarr
|
||||||
- TP_THEME=${TP_THEME:?err}
|
# - TP_THEME=${TP_THEME:?err}
|
||||||
networks:
|
# networks:
|
||||||
- media-network
|
# - media-network
|
||||||
|
|
||||||
jellyseerr:
|
jellyseerr:
|
||||||
image: fallenbagel/jellyseerr:latest
|
image: fallenbagel/jellyseerr:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user