Compare commits
No commits in common. "00d79f925f9e1b1e97b3b0b26d8d3b2df5c87060" and "c18a81e3b0ecbda2170974f33fef02f9b64995f0" have entirely different histories.
00d79f925f
...
c18a81e3b0
1
.env
1
.env
|
@ -2,7 +2,6 @@ REGISTRY_URL=registry.kucharczyk.xyz
|
|||
DOMAIN=kucharczyk.xyz
|
||||
TZ=Europe/Prague
|
||||
STORAGE_PATH=/srv/mergerfs/storage
|
||||
MEDIA_PATH=${STORAGE_PATH}/media
|
||||
ANIME_PATH=${STORAGE_PATH}/media/anime
|
||||
TV_PATH=${STORAGE_PATH}/media/tv
|
||||
MOVIE_PATH=${STORAGE_PATH}/media/movies
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
services:
|
||||
bazarr:
|
||||
image: docker.io/linuxserver/bazarr:latest
|
||||
|
@ -13,4 +12,4 @@ services:
|
|||
- "${TV_PATH}:/tv"
|
||||
profiles:
|
||||
- base
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
|
@ -1,19 +0,0 @@
|
|||
---
|
||||
services:
|
||||
bazarr:
|
||||
image: linuxserver/jellyfin:latest
|
||||
container_name: jellyfin
|
||||
ports:
|
||||
- "8096:8096"
|
||||
- "1900:1900/udp"
|
||||
- "7359:7359/udp"
|
||||
networks:
|
||||
- public
|
||||
volumes:
|
||||
- "${DOCKER_STORAGE_PATH}/jellyfin:/config"
|
||||
- "${MEDIA_PATH}:/data/media"
|
||||
environment:
|
||||
- "JELLYFIN_PublishedServerUrl=https://jellyfin.${DOMAIN}"
|
||||
profiles:
|
||||
- base
|
||||
restart: unless-stopped
|
Loading…
Reference in New Issue