Use volume for datarr
Disable rutorrent and esphome Updates
This commit is contained in:
13
jellyfin.tf
13
jellyfin.tf
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user