chore: backup infrastructure configurations [skip ci]
This commit is contained in:
@@ -35,6 +35,12 @@ job "jellyfin" {
|
||||
image = "linuxserver/jellyfin"
|
||||
ports = ["jellyfin8096"]
|
||||
// network_mode = "host"
|
||||
devices = [
|
||||
{
|
||||
host_path = "/dev/dri"
|
||||
container_path = "/dev/dri"
|
||||
}
|
||||
]
|
||||
volumes = [
|
||||
"/mnt/Public/Downloads/tv/:/data/tv",
|
||||
"/mnt/Public/Downloads/movies/:/data/movies",
|
||||
|
||||
Reference in New Issue
Block a user