Update compose.yaml
This commit is contained in:
+45
-45
@@ -13,52 +13,52 @@ services:
|
||||
- bragi-local
|
||||
restart: unless-stopped
|
||||
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin
|
||||
container_name: jellyfin
|
||||
ports:
|
||||
- 8096:8096/tcp
|
||||
- 7359:7359/udp
|
||||
networks:
|
||||
- bragi-local
|
||||
volumes:
|
||||
- /home/shrek/docker/data/jellyfin/config:/config
|
||||
- /home/shrek/docker/data/jellyfin/cache:/cache
|
||||
- type: bind
|
||||
source: /mnt/big/Downloads/done
|
||||
target: /films1
|
||||
- type: bind
|
||||
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
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin
|
||||
container_name: jellyfin
|
||||
ports:
|
||||
- 8096:8096/tcp
|
||||
- 7359:7359/udp
|
||||
networks:
|
||||
- bragi-local
|
||||
volumes:
|
||||
- /home/shrek/docker/data/jellyfin/config:/config
|
||||
- /home/shrek/docker/data/jellyfin/cache:/cache
|
||||
- type: bind
|
||||
source: /mnt/big/Downloads/done
|
||||
target: /films1
|
||||
- type: bind
|
||||
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
|
||||
networks:
|
||||
- bragi-local
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
jellyplex-watched:
|
||||
image: luigi311/jellyplex-watched:latest
|
||||
container_name: jellyplex-watched
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- bragi-local
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
env_file: "./.env"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user