Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-11-20 06:33:19 +00:00
parent 29fa32d528
commit 004faee96e
63 changed files with 27 additions and 27 deletions

View File

@@ -14,7 +14,7 @@ services:
- verificationCodeTimeout=10
- appname=casdoor
- authState=casdoor
image: casbin/casdoor:v2.150.0
image: casbin/casdoor:v2.151.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.3.0
image: ghcr.io/immich-app/immich-machine-learning:v2.3.1
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.3.0
image: ghcr.io/immich-app/immich-server:v2.3.1
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.3.0
image: ghcr.io/immich-app/immich-server:v2.3.1
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.3.0
image: ghcr.io/immich-app/immich-machine-learning:v2.3.1
labels:
createdBy: Apps
networks:
@@ -45,7 +45,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v2.3.0
image: ghcr.io/immich-app/immich-server:v2.3.1
labels:
createdBy: Apps
networks:

View File

@@ -14,7 +14,7 @@ services:
- verificationCodeTimeout=10
- appname=casdoor
- authState=casdoor
image: casbin/casdoor:v2.150.0
image: casbin/casdoor:v2.151.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.3.0
image: ghcr.io/immich-app/immich-machine-learning: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-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.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-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.3.0
image: ghcr.io/immich-app/immich-server: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.1
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.3.0
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.1
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.3.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.3.0
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.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-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.1
labels:
createdBy: Apps
networks: