mirror of
https://github.com/leonvanzyl/agentic-coding-starter-kit.git
synced 2026-01-30 06:22:02 +00:00
10 lines
204 B
YAML
10 lines
204 B
YAML
services:
|
|
postgres:
|
|
image: pgvector/pgvector:pg18
|
|
environment:
|
|
POSTGRES_DB: postgres_dev
|
|
POSTGRES_USER: dev_user
|
|
POSTGRES_PASSWORD: dev_password
|
|
ports:
|
|
- "5432:5432"
|