Add prowlarr

This commit is contained in:
Marc Fokkert
2024-08-29 12:53:24 +02:00
parent 8385f55f10
commit c802d32909
4 changed files with 330 additions and 122 deletions

View File

@@ -44,6 +44,11 @@ resource "docker_container" "jellyfin" {
type = "bind"
}
devices {
host_path = "/dev/dri/renderD128"
container_path = "/dev/dri/renderD128"
}
lifecycle {
ignore_changes = [
ulimit,