feat(streaming): add COORDINATOR_URL and COORDINATOR_KIWI_KEY to cloud compose

This commit is contained in:
pyr0ball 2026-04-24 10:26:53 -07:00
parent 1182c6cffb
commit 91867f15f4

View file

@ -23,6 +23,10 @@ services:
CF_ORCH_URL: http://host.docker.internal:7700 CF_ORCH_URL: http://host.docker.internal:7700
# Product identifier for coordinator analytics — per-product VRAM/request breakdown # Product identifier for coordinator analytics — per-product VRAM/request breakdown
CF_APP_NAME: kiwi 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 PostgreSQL — shared across CF products; unset = community features unavailable (fail soft)
COMMUNITY_DB_URL: ${COMMUNITY_DB_URL:-} COMMUNITY_DB_URL: ${COMMUNITY_DB_URL:-}
COMMUNITY_PSEUDONYM_SALT: ${COMMUNITY_PSEUDONYM_SALT:-} COMMUNITY_PSEUDONYM_SALT: ${COMMUNITY_PSEUDONYM_SALT:-}