chore(media-centre): rebind configs and db files to ephemeral disk
This commit is contained in:
parent
01ecd1ac28
commit
c1787e324f
1 changed files with 13 additions and 0 deletions
|
@ -133,6 +133,11 @@ job "media-centre" {
|
|||
}
|
||||
}
|
||||
|
||||
ephemeral_disk {
|
||||
migrate = true
|
||||
size = 200
|
||||
}
|
||||
|
||||
service {
|
||||
provider = "consul"
|
||||
port = "jellyfin"
|
||||
|
@ -185,6 +190,14 @@ job "media-centre" {
|
|||
size = 3.5e+9
|
||||
}
|
||||
}
|
||||
|
||||
volumes = [
|
||||
"local/config:/config/config",
|
||||
"local/data:/config/data",
|
||||
"local/log:/config/log",
|
||||
"local/plugins:/config/plugins",
|
||||
"local/root:/config/root",
|
||||
]
|
||||
}
|
||||
|
||||
env {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue