From 91867f15f445c4e28f286b349e937e82c53778d9 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Fri, 24 Apr 2026 10:26:53 -0700 Subject: [PATCH] feat(streaming): add COORDINATOR_URL and COORDINATOR_KIWI_KEY to cloud compose --- compose.cloud.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compose.cloud.yml b/compose.cloud.yml index 74a2b6f..db97aef 100644 --- a/compose.cloud.yml +++ b/compose.cloud.yml @@ -23,6 +23,10 @@ services: CF_ORCH_URL: http://host.docker.internal:7700 # Product identifier for coordinator analytics — per-product VRAM/request breakdown CF_APP_NAME: kiwi + # cf-orch streaming proxy — coordinator URL + product key for /proxy/authorize + # COORDINATOR_KIWI_KEY must be set in .env (never commit the value) + COORDINATOR_URL: http://10.1.10.71:7700 + COORDINATOR_KIWI_KEY: ${COORDINATOR_KIWI_KEY:-} # Community PostgreSQL — shared across CF products; unset = community features unavailable (fail soft) COMMUNITY_DB_URL: ${COMMUNITY_DB_URL:-} COMMUNITY_PSEUDONYM_SALT: ${COMMUNITY_PSEUDONYM_SALT:-}