fix woodpecker routing: reef key must match container name

This commit is contained in:
kert
2026-02-28 17:17:25 -05:00
parent 9ecb2c7214
commit 58cbb318be

View File

@@ -16,7 +16,7 @@
{{- $reef := dict {{- $reef := dict
"dashboard" (dict "port" "80" "theme" false "extra_hosts" (list $domain)) "dashboard" (dict "port" "80" "theme" false "extra_hosts" (list $domain))
"gitea" (dict "port" "3000" "theme" false) "gitea" (dict "port" "3000" "theme" false)
"woodpecker" (dict "port" "8000" "theme" false "subdomain" "ci") "woodpecker-server" (dict "port" "8000" "theme" false "subdomain" "ci")
"notebooks" (dict "port" "2718" "theme" false) "notebooks" (dict "port" "2718" "theme" false)
"zotero" (dict "port" "8080" "theme" false) "zotero" (dict "port" "8080" "theme" false)
"nessie" (dict "port" "19120" "theme" false) "nessie" (dict "port" "19120" "theme" false)