Make PocketBase admin UI accessible.

This commit is contained in:
2026-01-11 17:22:42 +00:00
parent e1bace9044
commit 15dea7a249

View File

@@ -58,6 +58,17 @@ job "phaseflow" {
resources { resources {
memory = 256 memory = 256
} }
service {
name = "phaseflow-admin"
port = "pocketbase"
tags = [
"traefik.enable=true",
"traefik.http.routers.phaseflow-admin.entryPoints=websecure",
"traefik.http.routers.phaseflow-admin.middlewares=oidc-auth@file",
]
}
} }
# Main Next.js application # Main Next.js application