feat(cloud): promote cfcore integration to production cloud instance
Some checks failed
CI / test (push) Failing after 19s

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.
This commit is contained in:
pyr0ball 2026-04-01 11:25:00 -07:00
parent d00d74d994
commit 83c87d4a13

View file

@ -13,7 +13,9 @@
services: services:
app: app:
build: . build:
context: ..
dockerfile: peregrine/Dockerfile.cfcore
container_name: peregrine-cloud container_name: peregrine-cloud
ports: ports:
- "8505:8501" - "8505:8501"
@ -32,6 +34,7 @@ services:
- STREAMLIT_SERVER_BASE_URL_PATH=peregrine - STREAMLIT_SERVER_BASE_URL_PATH=peregrine
- PYTHONUNBUFFERED=1 - PYTHONUNBUFFERED=1
- PEREGRINE_CADDY_PROXY=1 - PEREGRINE_CADDY_PROXY=1
- CF_ORCH_URL=http://host.docker.internal:7700
- DEMO_MODE=false - DEMO_MODE=false
depends_on: depends_on:
searxng: searxng: