fix: connect Peg to local AI runtime
This commit is contained in:
@@ -6,10 +6,15 @@ services:
|
||||
JWT_SECRET: ${JWT_SECRET}
|
||||
ENVIRONMENT: production
|
||||
ALLOWED_ORIGINS: ${ALLOWED_ORIGINS:-http://localhost:8081}
|
||||
AI_BASE_URL: ${AI_BASE_URL:-http://ollama:11434/v1}
|
||||
AI_MODEL: ${AI_MODEL:-qwen2.5:1.5b}
|
||||
AI_API_KEY: ${AI_API_KEY:-}
|
||||
AI_TIMEOUT_SECONDS: ${AI_TIMEOUT_SECONDS:-90}
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
ports: ["127.0.0.1:8000:8000"]
|
||||
networks: [default, ai-company]
|
||||
db:
|
||||
image: postgres:16-alpine
|
||||
environment:
|
||||
@@ -24,4 +29,6 @@ services:
|
||||
retries: 10
|
||||
volumes:
|
||||
postgres_data:
|
||||
|
||||
networks:
|
||||
ai-company:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user