Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-02-12 19:06:49 +00:00
parent 320bba8d28
commit dd3f2107e8
154 changed files with 883 additions and 883 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ networks:
external: true
services:
postgresql:
container_name: pg14-postgresql
container_name: pg14-vectors-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: postgres:14
image: tensorchord/pgvecto-rs:pg14-v0.2.1
labels:
createdBy: Apps
networks: