chore: backup infrastructure configurations [skip ci]

This commit is contained in:
github-actions[bot]
2026-04-22 02:03:46 +00:00
parent 5b42e01899
commit 48b4f51a1f
25 changed files with 30 additions and 0 deletions

View File

@@ -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",