Use shorthand for ingress middlware for photoprism

This commit is contained in:
IamTheFij 2023-07-07 16:35:07 -07:00
parent 744466bf07
commit 2e7dc0315e

View File

@ -102,8 +102,8 @@ module "photoprism_module" {
ingress = true ingress = true
service_port = 2342 service_port = 2342
service_tags = [ ingress_middlewares = [
"traefik.http.routers.photoprism.middlewares=authelia@nomad", "authelia@nomad"
] ]
mysql_bootstrap = { mysql_bootstrap = {