connect to local ollama

This commit is contained in:
grillazz
2025-05-03 09:41:39 +02:00
parent 6f2db272c4
commit b5fcd0489a
4 changed files with 79 additions and 50 deletions

4
.env
View File

@@ -2,14 +2,14 @@ PYTHONDONTWRITEBYTECODE=1
PYTHONUNBUFFERED=1
# Postgres
POSTGRES_HOST=db
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_DB=devdb
POSTGRES_USER=devdb
POSTGRES_PASSWORD=secret
# Redis
REDIS_HOST=inmemory
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_DB=2