feat: Introduce external API endpoints with API key authentication and re-enable Whisper transcription and Ollama summarization.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user