Skip to content

Commit 0b2d0f7

Browse files
committed
add path
Signed-off-by: JaredforReal <[email protected]>
1 parent 46298f2 commit 0b2d0f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/make/docker.mk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
DOCKER_REGISTRY ?= ghcr.io/vllm-project/semantic-router
77
DOCKER_TAG ?= latest
88

9+
# Default docker compose environment
10+
# Point Compose to the relocated main stack by default; override by exporting COMPOSE_FILE
11+
export COMPOSE_FILE ?= deploy/docker-compose/docker-compose.yml
12+
# Keep a stable project name so network/volume names are predictable across runs
13+
export COMPOSE_PROJECT_NAME ?= semantic-router
14+
915
# Build all Docker images
1016
docker-build-all: docker-build-extproc docker-build-llm-katan docker-build-precommit
1117
@$(LOG_TARGET)

0 commit comments

Comments
 (0)