Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353 2025-04-02 03:35:07 +00:00
parent ea7664dd8c
commit f876ce349a
99 changed files with 73 additions and 73 deletions

View File

@ -11,7 +11,7 @@ services:
- TZ=Asia/Shanghai
- NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080}
- AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523}
image: qyg2297248353/ammds:v1.0.28
image: qyg2297248353/ammds:v1.0.29
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE:-host}

View File

@ -11,7 +11,7 @@ services:
- HTTPS_PROXY=${HTTP_PROXY}
- HTTP_PROXY=${HTTP_PROXY:-}
- NO_PROXY=${NO_PROXY:-}
image: envyafish/byte-muse:1.10.2
image: envyafish/byte-muse:1.10.3
labels:
createdBy: Apps
networks:

View File

@ -14,7 +14,7 @@ services:
- verificationCodeTimeout=10
- appname=casdoor
- authState=casdoor
image: casbin/casdoor:v1.875.0
image: casbin/casdoor:v1.877.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:v1.131.1
image: ghcr.io/immich-app/immich-machine-learning:v1.131.2
labels:
createdBy: Apps
networks:

View File

@ -52,7 +52,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.131.1
image: ghcr.io/immich-app/immich-server:v1.131.2
labels:
createdBy: Apps
networks:

View File

@ -10,7 +10,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.131.1
image: ghcr.io/immich-app/immich-server:v1.131.2
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:v1.131.1
image: ghcr.io/immich-app/immich-machine-learning:v1.131.2
labels:
createdBy: Apps
networks:
@ -68,7 +68,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.131.1
image: ghcr.io/immich-app/immich-server:v1.131.2
labels:
createdBy: Apps
networks:

View File

@ -15,7 +15,7 @@ services:
- DB_MAX_OPEN_CONNS=0
- DB_PREPARED_STMT=false
- DB_AUTO_MIGRATE=true
image: ghcr.io/metatube-community/metatube-server:1.2.11
image: ghcr.io/metatube-community/metatube-server:1.2.12
labels:
createdBy: Apps
networks:

View File

@ -57,7 +57,7 @@ services:
- -f
- http://localhost:1200/healthz?key=${ACCESS_KEY}
timeout: 10s
image: diygod/rsshub:2025-03-31
image: diygod/rsshub:2025-04-01
labels:
createdBy: Apps
networks:

View File

@ -9,7 +9,7 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
image: chris2s/tissue:1.7.1
image: chris2s/tissue:1.7.2
labels:
createdBy: Apps
networks:

View File

@ -11,7 +11,7 @@ services:
- TZ=Asia/Shanghai
- NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080}
- AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523}
image: qyg2297248353/ammds:v1.0.28
image: qyg2297248353/ammds:v1.0.29
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE:-host}

View File

@ -1,3 +1,21 @@
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=5000
# 数据持久化路径 [必填]
AUTO_LADY_ROOT_PATH=/home/byte-muse
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8080
# 自定义挂载目录 1
CUSTOM_MOUNT_DIRECTORY_1=
# 自定义挂载目录 2
CUSTOM_MOUNT_DIRECTORY_2=
# 自定义挂载目录 3
CUSTOM_MOUNT_DIRECTORY_3=
# 网络代理地址
HTTP_PROXY=
# 跳过代理地址
NO_PROXY=localhost,127.0.0.1,::1,192.168.0.0/16,10.0.0.0/8,*.local

View File

@ -2,13 +2,25 @@ networks:
1panel-network:
external: true
services:
byte-muse-license:
auto-lady:
container_name: byte-muse
image: envyafish/byte-muse-license:latest
env_file:
- ./envs/global.env
- .env
environment:
- HTTPS_PROXY=${HTTP_PROXY}
- HTTP_PROXY=${HTTP_PROXY:-}
- NO_PROXY=${NO_PROXY:-}
image: envyafish/byte-muse:1.10.3
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5000
- ${PANEL_APP_PORT_HTTP}:80
restart: always
volumes:
- ${AUTO_LADY_ROOT_PATH}/config:/data
- ${CUSTOM_MOUNT_DIRECTORY_1:-./default_mount_1}:${CUSTOM_MOUNT_DIRECTORY_1:-/default_mount_1}
- ${CUSTOM_MOUNT_DIRECTORY_2:-./default_mount_2}:${CUSTOM_MOUNT_DIRECTORY_2:-/default_mount_2}
- ${CUSTOM_MOUNT_DIRECTORY_3:-./default_mount_3}:${CUSTOM_MOUNT_DIRECTORY_3:-/default_mount_3}

View File

@ -1,21 +0,0 @@
# 数据持久化路径 [必填]
AUTO_LADY_ROOT_PATH=/home/byte-muse
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8080
# 自定义挂载目录 1
CUSTOM_MOUNT_DIRECTORY_1=
# 自定义挂载目录 2
CUSTOM_MOUNT_DIRECTORY_2=
# 自定义挂载目录 3
CUSTOM_MOUNT_DIRECTORY_3=
# 网络代理地址
HTTP_PROXY=
# 跳过代理地址
NO_PROXY=localhost,127.0.0.1,::1,192.168.0.0/16,10.0.0.0/8,*.local

View File

@ -1,26 +0,0 @@
networks:
1panel-network:
external: true
services:
auto-lady:
container_name: byte-muse
env_file:
- ./envs/global.env
- .env
environment:
- HTTPS_PROXY=${HTTP_PROXY}
- HTTP_PROXY=${HTTP_PROXY:-}
- NO_PROXY=${NO_PROXY:-}
image: envyafish/byte-muse:1.10.2
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
restart: always
volumes:
- ${AUTO_LADY_ROOT_PATH}/config:/data
- ${CUSTOM_MOUNT_DIRECTORY_1:-./default_mount_1}:${CUSTOM_MOUNT_DIRECTORY_1:-/default_mount_1}
- ${CUSTOM_MOUNT_DIRECTORY_2:-./default_mount_2}:${CUSTOM_MOUNT_DIRECTORY_2:-/default_mount_2}
- ${CUSTOM_MOUNT_DIRECTORY_3:-./default_mount_3}:${CUSTOM_MOUNT_DIRECTORY_3:-/default_mount_3}

View File

@ -0,0 +1,3 @@
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=5000

View File

@ -0,0 +1,14 @@
networks:
1panel-network:
external: true
services:
byte-muse-license:
container_name: byte-muse
image: envyafish/byte-muse-license:latest
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5000
restart: always

View File

@ -14,7 +14,7 @@ services:
- verificationCodeTimeout=10
- appname=casdoor
- authState=casdoor
image: casbin/casdoor:v1.875.0
image: casbin/casdoor:v1.877.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:v1.131.1
image: ghcr.io/immich-app/immich-machine-learning:v1.131.2
labels:
createdBy: Apps
networks:

View File

@ -52,7 +52,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.131.1
image: ghcr.io/immich-app/immich-server:v1.131.2
labels:
createdBy: Apps
networks:

View File

@ -10,7 +10,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.131.1
image: ghcr.io/immich-app/immich-server:v1.131.2
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:v1.131.1
image: ghcr.io/immich-app/immich-machine-learning:v1.131.2
labels:
createdBy: Apps
networks:
@ -68,7 +68,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.131.1
image: ghcr.io/immich-app/immich-server:v1.131.2
labels:
createdBy: Apps
networks:

View File

@ -15,7 +15,7 @@ services:
- DB_MAX_OPEN_CONNS=0
- DB_PREPARED_STMT=false
- DB_AUTO_MIGRATE=true
image: ghcr.io/metatube-community/metatube-server:1.2.11
image: ghcr.io/metatube-community/metatube-server:1.2.12
labels:
createdBy: Apps
networks:

View File

@ -57,7 +57,7 @@ services:
- -f
- http://localhost:1200/healthz?key=${ACCESS_KEY}
timeout: 10s
image: diygod/rsshub:2025-03-31
image: diygod/rsshub:2025-04-01
labels:
createdBy: Apps
networks:

View File

@ -9,7 +9,7 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
image: chris2s/tissue:1.7.1
image: chris2s/tissue:1.7.2
labels:
createdBy: Apps
networks: