add transcript-api + transcript-frontend

This commit is contained in:
johannesstahlhut
2025-11-28 11:04:35 +01:00
parent 662ea8f1ee
commit 272af441a6
10 changed files with 88 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
# Example configuration for the transcript anonymizer frontend
FLASK_ENV=production
ANONYMIZER_API_URL=http://transcript-anonymizer:8003/api/v1/anonymize
ANONYMIZER_HEALTH_URL=http://transcript-anonymizer:8003/api/v1/health
# Optional: override if the frontend expects a different port
# PORT=5000