diff --git a/services/photoprism.tf b/services/photoprism.tf index 5f35a06..f671e64 100644 --- a/services/photoprism.tf +++ b/services/photoprism.tf @@ -107,4 +107,13 @@ module "photoprism" { mount = false }, ] + + actions = [ + { + name = "import" + command = "photoprism" + args = ["import", "/photoprism-media/Import"] + cron = "@daily" + }, + ] }