Update docker compose to pg18.

This commit is contained in:
Leon van Zyl
2025-10-11 08:45:54 +02:00
parent c35b1a8ba8
commit 174b713776

View File

@@ -2,7 +2,7 @@ version: "3.8"
services: services:
postgres: postgres:
image: pgvector/pgvector:pg17-trixie image: pgvector/pgvector:pg18
container_name: agentic-coding-postgres container_name: agentic-coding-postgres
environment: environment:
POSTGRES_DB: agentic_coding_dev POSTGRES_DB: agentic_coding_dev