fix woodpecker routing: reef key must match container name
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user