fix(jellyfin): nomad can delete ephemeral storage on redeployment

See: https://developer.hashicorp.com/nomad/docs/operations/stateful-workloads
This commit is contained in:
Ben Martin 2024-09-20 00:19:37 +00:00
parent 3a92146de5
commit 0c04a48f57
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -18,9 +18,6 @@
"ports": [
"jellyfin"
],
"volumes": [
"local/:/config"
],
"mounts": [
{
"type": "volume",
@ -37,6 +34,11 @@
]
}
}
},
{
"type": "volume",
"target": "/config",
"source": "jellyfin-config"
}
]
},
@ -79,4 +81,4 @@
]
}
]
}
}