From 83c87d4a13d3d23ddad5d6c36207a4583da86897 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Wed, 1 Apr 2026 11:25:00 -0700 Subject: [PATCH] feat(cloud): promote cfcore integration to production cloud instance Switch compose.cloud.yml build context to Dockerfile.cfcore (parent context includes circuitforge-core/ as sibling). Adds CF_ORCH_URL so the cloud container can reach the cf-orch coordinator on the host. --- compose.cloud.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/compose.cloud.yml b/compose.cloud.yml index 7ffa66a..4f42880 100644 --- a/compose.cloud.yml +++ b/compose.cloud.yml @@ -13,7 +13,9 @@ services: app: - build: . + build: + context: .. + dockerfile: peregrine/Dockerfile.cfcore container_name: peregrine-cloud ports: - "8505:8501" @@ -32,6 +34,7 @@ services: - STREAMLIT_SERVER_BASE_URL_PATH=peregrine - PYTHONUNBUFFERED=1 - PEREGRINE_CADDY_PROXY=1 + - CF_ORCH_URL=http://host.docker.internal:7700 - DEMO_MODE=false depends_on: searxng: