Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-06-19 03:48:53 +00:00
parent 7d7468f7a4
commit 6aaf29c511
50 changed files with 9 additions and 9 deletions
@@ -10,7 +10,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-machine-learning:v1.134.0
image: ghcr.io/immich-app/immich-machine-learning:v1.135.0
labels:
createdBy: Apps
networks:
@@ -27,7 +27,7 @@ services:
POSTGRES_INITDB_ARGS: --data-checksums
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME:-postgres}
image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.1-pgvectors0.2.0
labels:
createdBy: Apps
networks:
@@ -45,7 +45,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.134.0
image: ghcr.io/immich-app/immich-server:v1.135.0
labels:
createdBy: Apps
networks: