feat: add CF_APP_NAME=peregrine to dev compose for cf-orch pipeline attribution
Some checks failed
CI / Backend (Python) (push) Failing after 7m27s
CI / Frontend (Vue) (push) Failing after 20s
Mirror / mirror (push) Failing after 7s

This commit is contained in:
pyr0ball 2026-04-21 10:58:52 -07:00
parent f10c974fbb
commit 4388a2d476

View file

@ -62,6 +62,7 @@ services:
- PEREGRINE_GPU_COUNT=${PEREGRINE_GPU_COUNT:-0} - PEREGRINE_GPU_COUNT=${PEREGRINE_GPU_COUNT:-0}
- PEREGRINE_GPU_NAMES=${PEREGRINE_GPU_NAMES:-} - PEREGRINE_GPU_NAMES=${PEREGRINE_GPU_NAMES:-}
- CF_ORCH_URL=${CF_ORCH_URL:-http://host.docker.internal:7700} - CF_ORCH_URL=${CF_ORCH_URL:-http://host.docker.internal:7700}
- CF_APP_NAME=peregrine
- PYTHONUNBUFFERED=1 - PYTHONUNBUFFERED=1
extra_hosts: extra_hosts:
- "host.docker.internal:host-gateway" - "host.docker.internal:host-gateway"