chore(media-centre): rebind configs and db files to ephemeral disk
All checks were successful
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (pull_request) Successful in 1m29s
Terraform CI/CD / Terraform Plan (pull_request) Successful in 58s
Terraform CI/CD / Terraform Apply (pull_request) Has been skipped

This commit is contained in:
Ben Martin 2025-06-24 13:53:32 +00:00
parent 01ecd1ac28
commit c1787e324f

View file

@ -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 {