Skip to content

Commit fc4b6d6

Browse files
cameledevlebaudantoine
authored andcommitted
♻️(devex) update Makefile for metadata-collector-dev
Add support for the new metadata collector in the Makefile.
1 parent 73dd684 commit fc4b6d6

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

Makefile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,18 @@ run-summary: ## start only the summary application and all needed services
133133
.PHONY: run-summary
134134

135135
run-agents: ## start the multi-user-transcriber agent
136-
@$(COMPOSE) up --force-recreate -d multi-user-transcriber
136+
@$(MAKE) run-agent-multi-user-transcriber
137+
@$(MAKE) run-agent-metadata-collector
137138
.PHONY: run-agents
138139

140+
run-agent-multi-user-transcriber: ## start the LiveKit agents (multi users transcriber)
141+
@$(COMPOSE) up --force-recreate -d multi-user-transcriber
142+
.PHONY: run-agent-multi-user-transcriber
143+
144+
run-agent-metadata-collector: ## start the LiveKit agents (metadata collector)
145+
@$(COMPOSE) up --force-recreate -d metadata-collector-dev
146+
.PHONY: run-agent-metadata-collector
147+
139148
run:
140149
run: ## start the wsgi (production) and development server
141150
@$(MAKE) run-backend

0 commit comments

Comments
 (0)