remove compose.yaml

This commit is contained in:
2026-03-25 00:30:42 +01:00
parent 99fe65fb57
commit dfcb6cc2c1
-11
View File
@@ -1,11 +0,0 @@
services:
vaessl-db:
image: 'pgvector/pgvector:pg18'
environment:
- 'POSTGRES_DB=vaessl'
- 'POSTGRES_PASSWORD=password'
- 'POSTGRES_USER=user'
ports:
- '5432'
labels:
- "org.springframework.boot.service-connection=postgres"