Update docker compose to pg18.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user