Update Ollama configuration to remote instance
This commit is contained in:
+2
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user