Update compose.yaml
This commit is contained in:
+46
-16
@@ -13,22 +13,52 @@ services:
|
|||||||
- bragi-local
|
- bragi-local
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
feishin:
|
jellyfin:
|
||||||
container_name: feishin
|
image: jellyfin/jellyfin
|
||||||
image: 'ghcr.io/jeffvli/feishin:latest'
|
container_name: jellyfin
|
||||||
restart: unless-stopped
|
ports:
|
||||||
environment:
|
- 8096:8096/tcp
|
||||||
- SERVER_NAME=navidrome # pre-defined server name
|
- 7359:7359/udp
|
||||||
- SERVER_LOCK=true # When true AND name/type/url are set, only username/password can be toggled
|
networks:
|
||||||
- SERVER_TYPE=navidrome
|
- bragi-local
|
||||||
- SERVER_URL=http://192.168.178.70:4533 # http://address:port or https://address:port
|
volumes:
|
||||||
- REMOTE_URL=http://192.168.178.70:453 # http://address or https://address
|
- /home/shrek/docker/data/jellyfin/config:/config
|
||||||
- LEGACY_AUTHENTICATION=false # When SERVER_LOCK is true, sets the legacy (plaintext) authentication flag for Subsonic/OpenSubsonic servers
|
- /home/shrek/docker/data/jellyfin/cache:/cache
|
||||||
- ANALYTICS_DISABLED=true # Set to true to disable Umami analytics tracking
|
- type: bind
|
||||||
networks:
|
source: /mnt/big/Downloads/done
|
||||||
- bragi-local
|
target: /films1
|
||||||
ports:
|
- type: bind
|
||||||
- 9180:9180
|
source: /mnt/immich/Media/Films
|
||||||
|
target: /films2
|
||||||
|
- type: bind
|
||||||
|
source: /mnt/big/Media/Films
|
||||||
|
target: /films3
|
||||||
|
- type: bind
|
||||||
|
source: /mnt/hdd/Media/Film
|
||||||
|
target: /films4
|
||||||
|
- type: bind
|
||||||
|
source: /mnt/big/data/torrents/movies
|
||||||
|
target: /films5
|
||||||
|
- type: bind
|
||||||
|
source: /mnt/big/data/downloads/movies
|
||||||
|
target: /films6
|
||||||
|
- type: bind
|
||||||
|
source: /mnt/big/Media/Film
|
||||||
|
target: /films7
|
||||||
|
read_only: true
|
||||||
|
restart: 'unless-stopped'
|
||||||
|
environment:
|
||||||
|
- JELLYFIN_PublishedServerUrl=https://stream.doeringer.eu
|
||||||
|
|
||||||
|
jellyplex-watched:
|
||||||
|
image: luigi311/jellyplex-watched:latest
|
||||||
|
container_name: jellyplex-watched
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
env_file: "./.env"
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
bragi-local:
|
bragi-local:
|
||||||
|
|||||||
Reference in New Issue
Block a user