jellyfin volume

This commit is contained in:
poslop
2023-12-06 11:52:46 -06:00
parent 86a31b2a96
commit 57ebf9b994
2 changed files with 5 additions and 6 deletions

View File

@@ -10,10 +10,7 @@ Nginx is currently used to share my publicly facing services with a subdomain of
## TODO ## TODO
- Create an individual user for each container in order to increase isolation between containers
- Create a new user for each container
- change ownership of each config file to the correct user of the container
- change ownership of /mnt/massdrive to a new user and give group permissions to container users that need access only
- Investigate a sync service for music playlists between yt spotify musicbrainz and lastfm - Investigate a sync service for music playlists between yt spotify musicbrainz and lastfm
- find email filtering service to host
- Check out caddy and try it as an alternitive to nginx - Check out caddy and try it as an alternitive to nginx
- -

View File

@@ -9,6 +9,8 @@ networks:
name: arr name: arr
volumes: volumes:
jellyfin:
name: jellyfin
gitea: gitea:
name: gitea name: gitea
technitium: technitium:
@@ -255,7 +257,7 @@ services:
- PGID=1000 - PGID=1000
- TZ=America/Chicago - TZ=America/Chicago
volumes: volumes:
- /mnt/docker/configs/jellyfin:/config - jellyfin:/config
- /mnt/massdrive/media:/data - /mnt/massdrive/media:/data
# ports: # ports:
# - 7359:7359/udp # - 7359:7359/udp