We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46298f2 commit 0b2d0f7Copy full SHA for 0b2d0f7
tools/make/docker.mk
@@ -6,6 +6,12 @@
6
DOCKER_REGISTRY ?= ghcr.io/vllm-project/semantic-router
7
DOCKER_TAG ?= latest
8
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
+
15
# Build all Docker images
16
docker-build-all: docker-build-extproc docker-build-llm-katan docker-build-precommit
17
@$(LOG_TARGET)
0 commit comments