Update airsonic to use datarr

This commit is contained in:
Marc Fokkert
2025-03-04 16:57:13 +01:00
parent b1e9cd43ee
commit 6f8c880f67
3 changed files with 225 additions and 80 deletions

View File

@@ -48,6 +48,11 @@ resource "docker_container" "airsonic" {
type = "bind"
}
volumes {
container_path = "/data"
volume_name = "truenas-arr"
}
networks_advanced {
name = docker_network.bridge.name
ipv4_address = "192.168.2.83"