Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-12-19 18:33:50 +00:00
parent edf2510eb1
commit c6c0171ae9
88 changed files with 33 additions and 33 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.4.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.4.0
image: ghcr.io/immich-app/immich-server:v1.144.1
labels:
createdBy: Apps
networks: