add jellyfin to docker-compose
This commit is contained in:
@@ -54,6 +54,24 @@ services:
|
||||
networks:
|
||||
- media-network
|
||||
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin
|
||||
container_name: jellyfin
|
||||
user: ${PUID:?err}:${PGID:?err}
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${WEBUI_PORT_JELLYFIN:?err}:8096"
|
||||
volumes:
|
||||
- ${FOLDER_FOR_CONFIGS:?err}/bazarr:/config
|
||||
- ${FOLDER_FOR_MEDIA:?err}:/data
|
||||
- type: bind
|
||||
source: /dev/dri
|
||||
target: /dev/dri
|
||||
read_only: false
|
||||
environment:
|
||||
- JELLYFIN_PublishedServerUrl=https://ryantoler.duckdns.org/
|
||||
|
||||
|
||||
bazarr:
|
||||
image: ghcr.io/linuxserver/bazarr:latest
|
||||
container_name: bazarr
|
||||
|
||||
Reference in New Issue
Block a user