Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-11-20 03:44:27 +00:00
parent cb9e518ab8
commit c8b22bb910
52 changed files with 25 additions and 25 deletions

View File

@@ -10,7 +10,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-machine-learning:v2.2.3
image: ghcr.io/immich-app/immich-machine-learning:v2.3.0
labels:
createdBy: Apps
networks:

View File

@@ -29,7 +29,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v2.2.3
image: ghcr.io/immich-app/immich-server:v2.3.0
labels:
createdBy: Apps
networks:

View File

@@ -10,7 +10,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v2.2.3
image: ghcr.io/immich-app/immich-server:v2.3.0
labels:
createdBy: Apps
networks:

View File

@@ -10,7 +10,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-machine-learning:v2.2.3
image: ghcr.io/immich-app/immich-machine-learning:v2.3.0
labels:
createdBy: Apps
networks:
@@ -45,7 +45,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v2.2.3
image: ghcr.io/immich-app/immich-server:v2.3.0
labels:
createdBy: Apps
networks:

View File

@@ -4,13 +4,13 @@ networks:
external: true
services:
immich-machine-learning:
container_name: immich-machine-learning-immich-machine-learning
container_name: immich-machine-learning
devices:
- /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.3.0
labels:
createdBy: Apps
networks:

View File

@@ -4,13 +4,13 @@ networks:
external: true
services:
immich-machine-learning:
container_name: immich-machine-learning
container_name: immich-machine-learning-immich-machine-learning
devices:
- /dev/dri:/dev/dri
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-machine-learning:v2.2.3
image: ghcr.io/immich-app/immich-machine-learning:v1.144.1
labels:
createdBy: Apps
networks:

View File

@@ -21,7 +21,7 @@ services:
volumes:
- ${IMMICH_ROOT_PATH}/pg14/data:/var/lib/postgresql/data
immich-server:
container_name: immich-server-immich-no-machine
container_name: immich-no-machine
depends_on:
- immich-pg14-vectors
devices:
@@ -29,7 +29,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.144.1
image: ghcr.io/immich-app/immich-server:v2.3.0
labels:
createdBy: Apps
networks:

View File

@@ -21,7 +21,7 @@ services:
volumes:
- ${IMMICH_ROOT_PATH}/pg14/data:/var/lib/postgresql/data
immich-server:
container_name: immich-no-machine
container_name: immich-server-immich-no-machine
depends_on:
- immich-pg14-vectors
devices:
@@ -29,7 +29,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v2.2.3
image: ghcr.io/immich-app/immich-server:v1.144.1
labels:
createdBy: Apps
networks:

View File

@@ -4,13 +4,13 @@ networks:
external: true
services:
immich-server:
container_name: immich-server-immich-server
container_name: immich-server
devices:
- /dev/dri:/dev/dri
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.144.1
image: ghcr.io/immich-app/immich-server:v2.3.0
labels:
createdBy: Apps
networks:

View File

@@ -4,13 +4,13 @@ networks:
external: true
services:
immich-server:
container_name: immich-server
container_name: immich-server-immich-server
devices:
- /dev/dri:/dev/dri
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v2.2.3
image: ghcr.io/immich-app/immich-server:v1.144.1
labels:
createdBy: Apps
networks:

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.3.0
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.3.0
labels:
createdBy: Apps
networks:

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.2.3
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.2.3
image: ghcr.io/immich-app/immich-server:v1.144.1
labels:
createdBy: Apps
networks: