chore(media-centre): use ephemeral backing storage for tautulli
All checks were successful
Lint / lint (push) Successful in 48s
Terraform Plan and Apply / cicd (push) Successful in 55s

This commit is contained in:
Ben Martin 2025-03-27 21:44:27 +00:00
parent 131f1a3d8b
commit 5b72f21057
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -94,6 +94,12 @@ job "media-centre" {
}
group "tautulli" {
ephemeral_disk {
migrate = true
size = 2000
}
task "tautulli" {
driver = "docker"
@ -102,7 +108,7 @@ job "media-centre" {
ports = ["tautulli"]
volumes = [
"/mnt/docker/downloads/config/tautulli:/config",
"alloc/data/:/config",
]
}