npx command

This commit is contained in:
Leon van Zyl
2025-11-02 08:45:37 +02:00
parent 343b67e36a
commit ec929ab918
74 changed files with 5304 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
version: "3.8"
services:
postgres:
image: pgvector/pgvector:pg18
container_name: postgres
environment:
POSTGRES_DB: postgres_dev
POSTGRES_USER: dev_user
POSTGRES_PASSWORD: dev_password
ports:
- "5432:5432"