fix(docker/jellyfin): Moved jellyfin config to local machine due to error with sqlite dbs used for config
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>rewrite
parent
5aaf3eef53
commit
711dc58f2e
|
@ -289,7 +289,7 @@ services:
|
|||
devices:
|
||||
- /dev/dri:/dev/dri
|
||||
volumes:
|
||||
- /opt/docker/config/jellyfin/config:/config
|
||||
- /opt/local/jellyfin/config:/config
|
||||
- /opt/docker/config/jellyfin/cache:/cache
|
||||
- /media/series:/tv:ro
|
||||
- /media/movies:/movies:ro
|
||||
|
@ -374,29 +374,25 @@ services:
|
|||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
|
||||
athome:
|
||||
container_name: athome
|
||||
image: mos4/athome:latest
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- nginx
|
||||
networks:
|
||||
- net
|
||||
ports:
|
||||
- "10000:8080"
|
||||
|
||||
changedetection:
|
||||
container_name: changedetection
|
||||
image: dgtlmoon/changedetection.io
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- nginx
|
||||
networks:
|
||||
- net
|
||||
volumes:
|
||||
- "/opt/docker/config/changedetection/data/:/datastore"
|
||||
|
||||
calibre:
|
||||
image: lscr.io/linuxserver/calibre-web:latest
|
||||
container_name: calibre
|
||||
image: lscr.io/linuxserver/calibre-web:latest
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- nginx
|
||||
networks:
|
||||
- net
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
|
@ -405,9 +401,6 @@ services:
|
|||
volumes:
|
||||
- "/opt/local/calibre/:/config"
|
||||
- "/media/docker/data/calibre/:/books"
|
||||
ports:
|
||||
- 8084:8083
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
net:
|
||||
|
|
|
@ -60,7 +60,6 @@
|
|||
path: /media/
|
||||
owner: tudattr
|
||||
group: tudattr
|
||||
recurse: true
|
||||
become: true
|
||||
|
||||
- name: Ensure /media/docker is mounted via NFS
|
||||
|
|
Loading…
Reference in New Issue