From 4388a2d4764624131cd15247589117b61b970f0c 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=peregrine to dev compose for cf-orch pipeline attribution --- compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yml b/compose.yml index f701dfe..3e00e33 100644 --- a/compose.yml +++ b/compose.yml @@ -62,6 +62,7 @@ services: - PEREGRINE_GPU_COUNT=${PEREGRINE_GPU_COUNT:-0} - PEREGRINE_GPU_NAMES=${PEREGRINE_GPU_NAMES:-} - CF_ORCH_URL=${CF_ORCH_URL:-http://host.docker.internal:7700} + - CF_APP_NAME=peregrine - PYTHONUNBUFFERED=1 extra_hosts: - "host.docker.internal:host-gateway"