Changeset 0.22.6 (#148)
This commit is contained in:
@@ -1,15 +1,20 @@
|
||||
# ==========================================
|
||||
# Chat Switchboard - Frontend Dockerfile
|
||||
# ==========================================
|
||||
# Static SPA served by nginx. No API proxy —
|
||||
# in k8s, the Ingress routes /api/ and /ws to
|
||||
# the backend service directly.
|
||||
# Static SPA served by nginx. In k8s, the
|
||||
# Ingress routes /api/ and /ws to the backend
|
||||
# service directly.
|
||||
#
|
||||
# Supports path-based deployment via BASE_PATH
|
||||
# env var (e.g. /dev, /test, or empty for root).
|
||||
# The entrypoint generates the nginx config and
|
||||
# injects BASE_PATH into index.html at startup.
|
||||
#
|
||||
# v0.22.6+: Set BACKEND_URL to proxy page routes
|
||||
# (/, /login, /admin, /editor, /notes, /settings)
|
||||
# to the Go backend for server-rendered templates.
|
||||
# When unset, page routes fall through to SPA.
|
||||
#
|
||||
# Build context: repo root
|
||||
# ==========================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user