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

@@ -38,16 +38,9 @@ resource "docker_container" "jellyfin" {
}
# https://wiki.servarr.com/docker-guide#Consistent_and_well_planned_paths
mounts {
target = "/media"
source = "/share/datarr/media"
type = "bind"
}
mounts {
target = "/media-hdd"
source = "/share/datarr-hdd/media"
type = "bind"
volumes {
container_path = "/datarr"
volume_name = "truenas-arr"
}
devices {