Use volume for datarr

Disable rutorrent and esphome
Updates
This commit is contained in:
Marc Fokkert
2025-02-21 12:23:41 +01:00
parent 8cc469a091
commit 9b78b43c7f
10 changed files with 199 additions and 689 deletions

View File

@@ -31,10 +31,9 @@ resource "docker_container" "readarr" {
type = "bind"
}
mounts {
target = "/data"
source = "/share/datarr"
type = "bind"
volumes {
container_path = "/data"
volume_name = "truenas-arr"
}
lifecycle {