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 -2
View File
@@ -1,3 +1,3 @@
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/bikeapp?schema=public" DATABASE_URL="postgresql://postgres:postgres@localhost:5432/bikeapp?schema=public"
OLLAMA_URL="http://localhost:11434" OLLAMA_URL="http://100.103.83.12:11435"
OLLAMA_MODEL="llama3.1:8b" OLLAMA_MODEL="qwen3:32b"
+2 -1
View File
@@ -8,7 +8,8 @@ services:
environment: environment:
DATABASE_URL: postgresql://bikeapp:bikeapp@db:5432/bikeapp DATABASE_URL: postgresql://bikeapp:bikeapp@db:5432/bikeapp
JWT_SECRET: ${JWT_SECRET:-your-super-secret-jwt-key-change-in-production} 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" COOKIE_SECURE: "false"
depends_on: depends_on:
db: db: