From f06e90ab0d83be3fb806679f11759454f0876742 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 30 Nov 2023 10:05:39 -0800 Subject: [PATCH] Remove hw transcode constraints from photoprism --- services/photoprism.tf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/services/photoprism.tf b/services/photoprism.tf index 3be09b1..a9ec7bb 100644 --- a/services/photoprism.tf +++ b/services/photoprism.tf @@ -4,16 +4,16 @@ module "photoprism_module" { name = "photoprism" image = "photoprism/photoprism:221118-jammy" image_pull_timeout = "10m" - constraints = [{ - attribute = "$${meta.hw_transcode.type}" - # operator = "is_set" - value = "raspberry" - }] + # constraints = [{ + # attribute = "$${meta.hw_transcode.type}" + # # operator = "is_set" + # value = "raspberry" + # }] - docker_devices = [{ - host_path = "$${meta.hw_transcode.device}" - container_path = "$${meta.hw_transcode.device}" - }] + # docker_devices = [{ + # host_path = "$${meta.hw_transcode.device}" + # container_path = "$${meta.hw_transcode.device}" + # }] resources = { cpu = 2000 memory = 2500