revert 5b72f21057
All checks were successful
Lint / lint (push) Successful in 46s
Terraform Plan and Apply / cicd (push) Successful in 54s

revert chore(media-centre): use ephemeral backing storage for tautulli
This commit is contained in:
Ben Martin 2025-03-27 22:32:13 +00:00
parent 5b72f21057
commit 1e2d23b8af

View file

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