feat(cloud): promote cfcore integration to production cloud instance
Some checks failed
CI / test (push) Failing after 19s
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:
parent
d00d74d994
commit
83c87d4a13
1 changed files with 4 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue