mirror of
https://github.com/leonvanzyl/agentic-coding-starter-kit.git
synced 2026-01-30 14:32:01 +00:00
fix/ remove container name from docker compose
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: pgvector/pgvector:pg18
|
||||
container_name: postgres
|
||||
environment:
|
||||
POSTGRES_DB: postgres_dev
|
||||
POSTGRES_USER: dev_user
|
||||
|
||||
Reference in New Issue
Block a user