feat: add CF_APP_NAME=snipe to cloud compose for cf-orch pipeline attribution
This commit is contained in:
parent
7abc765fe7
commit
ec0af07905
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ services:
|
||||||
# CF_ORCH_URL routes LLM query builder through cf-orch for VRAM-aware scheduling.
|
# CF_ORCH_URL routes LLM query builder through cf-orch for VRAM-aware scheduling.
|
||||||
# Override in .env to use a different coordinator URL.
|
# Override in .env to use a different coordinator URL.
|
||||||
CF_ORCH_URL: "http://host.docker.internal:7700"
|
CF_ORCH_URL: "http://host.docker.internal:7700"
|
||||||
|
CF_APP_NAME: snipe
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
# No network_mode: host — isolated on snipe-cloud-net; nginx reaches it via 'api:8510'
|
# No network_mode: host — isolated on snipe-cloud-net; nginx reaches it via 'api:8510'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue