Files
spring-ai-examples/kotlin/rag-with-kotlin/compose.yaml
2024-11-15 14:42:52 -08:00

12 lines
280 B
YAML

services:
pgvector:
image: 'pgvector/pgvector:pg16'
environment:
- 'POSTGRES_DB=mydatabase'
- 'POSTGRES_PASSWORD=secret'
- 'POSTGRES_USER=myuser'
labels:
- "org.springframework.boot.service-connection=postgres"
ports:
- '5432:5432'