stack/ update dependencies

This commit is contained in:
Leon van Zyl
2025-10-24 12:19:30 +02:00
parent 45eb5d3413
commit 58273c4454
3 changed files with 702 additions and 715 deletions

View File

@@ -3,9 +3,9 @@ version: "3.8"
services:
postgres:
image: pgvector/pgvector:pg18
container_name: agentic-coding-postgres
container_name: postgres
environment:
POSTGRES_DB: agentic_coding_dev
POSTGRES_DB: postgres_dev
POSTGRES_USER: dev_user
POSTGRES_PASSWORD: dev_password
ports: