mirror of
https://github.com/leonvanzyl/agentic-coding-starter-kit.git
synced 2026-03-17 10:53:10 +00:00
stack/ update dependencies
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user