fix(jellyfin): nomad can delete ephemeral storage on redeployment
See: https://developer.hashicorp.com/nomad/docs/operations/stateful-workloads
This commit is contained in:
parent
3a92146de5
commit
0c04a48f57
1 changed files with 6 additions and 4 deletions
|
@ -18,9 +18,6 @@
|
|||
"ports": [
|
||||
"jellyfin"
|
||||
],
|
||||
"volumes": [
|
||||
"local/:/config"
|
||||
],
|
||||
"mounts": [
|
||||
{
|
||||
"type": "volume",
|
||||
|
@ -37,6 +34,11 @@
|
|||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "volume",
|
||||
"target": "/config",
|
||||
"source": "jellyfin-config"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue