Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-01-29 15:38:41 +00:00
parent cde14ea14f
commit e382a08a24
46 changed files with 24 additions and 24 deletions
+4 -4
View File
@@ -4,13 +4,13 @@ networks:
external: true
services:
immich-machine-learning:
container_name: machine-learning-immich
container_name: immich-machine-learning-immich
devices: &id001
- /dev/dri:/dev/dri
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-machine-learning:v2.5.0
image: ghcr.io/immich-app/immich-machine-learning:v1.144.1
labels:
createdBy: Apps
networks:
@@ -38,14 +38,14 @@ services:
volumes:
- ${IMMICH_ROOT_PATH}/pg14/data:/var/lib/postgresql/data
immich-server:
container_name: immich
container_name: immich-server-immich
depends_on:
- immich-pg14-vectors
devices: *id001
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v2.5.0
image: ghcr.io/immich-app/immich-server:v1.144.1
labels:
createdBy: Apps
networks: