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
|
## 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
|
||||||
-
|
-
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user