Update Ollama configuration to remote instance

This commit is contained in:
2026-05-20 10:28:43 +02:00
parent 947b64b50e
commit a3e1d2d5e4
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ services:
environment:
DATABASE_URL: postgresql://bikeapp:bikeapp@db:5432/bikeapp
JWT_SECRET: ${JWT_SECRET:-your-super-secret-jwt-key-change-in-production}
OLLAMA_URL: http://ollama:11434
OLLAMA_URL: http://100.103.83.12:11435
OLLAMA_MODEL: qwen3:32b
COOKIE_SECURE: "false"
depends_on:
db: