chore(media-centre): rebind configs and db files to ephemeral disk
This commit is contained in:
parent
b25bf4a4a4
commit
70376eeab3
1 changed files with 13 additions and 0 deletions
|
@ -133,6 +133,11 @@ job "media-centre" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ephemeral_disk {
|
||||||
|
migrate = true
|
||||||
|
size = 200
|
||||||
|
}
|
||||||
|
|
||||||
service {
|
service {
|
||||||
provider = "consul"
|
provider = "consul"
|
||||||
port = "jellyfin"
|
port = "jellyfin"
|
||||||
|
@ -185,6 +190,14 @@ job "media-centre" {
|
||||||
size = 3.5e+9
|
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 {
|
env {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue