Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-02-11 21:17:33 +00:00
parent 3eb50d498f
commit dd00a170ea
34 changed files with 887 additions and 887 deletions

View File

@@ -3,7 +3,7 @@ networks:
external: true
services:
postgresql:
container_name: pg14-vectors-postgresql
container_name: postgresql
env_file:
- ./envs/global.env
- .env
@@ -12,7 +12,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_USER: ${POSTGRES_USER:-postgres}
image: tensorchord/pgvecto-rs:pg14-v0.2.1
image: postgres:16.6
labels:
createdBy: Apps
networks: