From ec0af07905855bf220c017107a883db55b98887e Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Tue, 21 Apr 2026 10:58:52 -0700 Subject: [PATCH] feat: add CF_APP_NAME=snipe to cloud compose for cf-orch pipeline attribution --- compose.cloud.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.cloud.yml b/compose.cloud.yml index a41bb14..af83ccf 100644 --- a/compose.cloud.yml +++ b/compose.cloud.yml @@ -23,6 +23,7 @@ services: # CF_ORCH_URL routes LLM query builder through cf-orch for VRAM-aware scheduling. # Override in .env to use a different coordinator URL. CF_ORCH_URL: "http://host.docker.internal:7700" + CF_APP_NAME: snipe extra_hosts: - "host.docker.internal:host-gateway" # No network_mode: host — isolated on snipe-cloud-net; nginx reaches it via 'api:8510'