Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-04-13 16:15:56 +00:00
parent 77ae840023
commit 7f90b129bf
39 changed files with 19 additions and 19 deletions
+4 -4
View File
@@ -4,13 +4,13 @@ networks:
external: true
services:
immich-machine-learning:
container_name: immich-machine-learning-immich
container_name: machine-learning-immich
devices: &id001
- /dev/dri:/dev/dri
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-machine-learning:v1.144.1
image: ghcr.io/immich-app/immich-machine-learning:v2.7.4
labels:
createdBy: Apps
networks:
@@ -38,14 +38,14 @@ services:
volumes:
- ${IMMICH_ROOT_PATH}/pg14/data:/var/lib/postgresql/data
immich-server:
container_name: immich-server-immich
container_name: immich
depends_on:
- immich-pg14-vectors
devices: *id001
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.144.1
image: ghcr.io/immich-app/immich-server:v2.7.5
labels:
createdBy: Apps
networks: