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"