feat: Introduce external API endpoints with API key authentication and re-enable Whisper transcription and Ollama summarization.

This commit is contained in:
2026-01-21 16:22:12 -03:00
parent 1c55cc4ae7
commit 00ae5ac16b
7 changed files with 238 additions and 101 deletions
-17
View File
@@ -29,7 +29,6 @@ services:
- "host.docker.internal:host-gateway"
depends_on:
- db
- ollama
experience:
build:
@@ -45,21 +44,6 @@ services:
env_file: .env
depends_on:
- db
- ollama
ollama:
image: ollama/ollama:latest
ports:
- "11434:11434"
volumes:
- ollama_data:/root/.ollama
#deploy:
# resources:
# reservations:
# devices:
# - driver: nvidia
# count: 1
# capabilities: [ gpu ]
e2e:
build:
@@ -78,4 +62,3 @@ services:
volumes:
postgres_data:
uploads_data:
ollama_data: