chore(media-centre): use ephemeral backing storage for tautulli
This commit is contained in:
parent
131f1a3d8b
commit
5b72f21057
1 changed files with 7 additions and 1 deletions
|
@ -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",
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue