♻️(summary) integrate summary Docker compose into global dev tooling

Consolidate summary service into main development stack to centralize
development environment management and simplify service orchestration
with shared infrastructure like MinIO storage.
This commit is contained in:
lebaudantoine
2025-09-09 12:32:30 +02:00
committed by aleb_the_flash
parent 1b3b9ff858
commit 67b046c9ba
4 changed files with 61 additions and 28 deletions

View File

@@ -0,0 +1,14 @@
APP_NAME="meet-app-summary-dev"
APP_API_TOKEN="dev-apikey"
AWS_STORAGE_BUCKET_NAME="meet-media-storage"
AWS_S3_ENDPOINT_URL="minio:9000"
AWS_S3_SECURE_ACCESS=false
AWS_S3_ACCESS_KEY_ID="meet"
AWS_S3_SECRET_ACCESS_KEY="password"
OPENAI_API_KEY="your-openai-key"
WEBHOOK_API_TOKEN="secret"
WEBHOOK_URL="https://configure-your-url.com"