jellyfin volume
This commit is contained in:
@@ -10,10 +10,7 @@ Nginx is currently used to share my publicly facing services with a subdomain of
|
||||
|
||||
|
||||
## 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
|
||||
- find email filtering service to host
|
||||
- Check out caddy and try it as an alternitive to nginx
|
||||
-
|
||||
-
|
||||
|
||||
@@ -9,6 +9,8 @@ networks:
|
||||
name: arr
|
||||
|
||||
volumes:
|
||||
jellyfin:
|
||||
name: jellyfin
|
||||
gitea:
|
||||
name: gitea
|
||||
technitium:
|
||||
@@ -255,7 +257,7 @@ services:
|
||||
- PGID=1000
|
||||
- TZ=America/Chicago
|
||||
volumes:
|
||||
- /mnt/docker/configs/jellyfin:/config
|
||||
- jellyfin:/config
|
||||
- /mnt/massdrive/media:/data
|
||||
# ports:
|
||||
# - 7359:7359/udp
|
||||
|
||||
Reference in New Issue
Block a user