♻️(devex) update Makefile lint targets and harmonize service naming

The make lint target did not cover the summary and agents components. Update
the linting workflow to include both services and harmonize Makefile target
names. Harmonize Docker compose user declarations.
This commit is contained in:
leo
2026-08-04 18:49:22 +02:00
committed by aleb_the_flash
parent 02714c869a
commit a33e35111c
2 changed files with 35 additions and 13 deletions
+2
View File
@@ -233,6 +233,7 @@ services:
build:
context: ./src/agents
target: development
user: ${DOCKER_USER:-1000}
command: ["python", "metadata_collector.py", "dev"]
env_file:
- env.d/development/metadata_collector
@@ -251,6 +252,7 @@ services:
build:
context: ./src/agents
target: development
user: ${DOCKER_USER:-1000}
command: ["python", "multi_user_transcriber.py", "dev"]
env_file:
- env.d/development/multi_user_transcriber