Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353 2025-03-18 18:28:47 +00:00
parent e0b7899c4a
commit 5b83f2939c
99 changed files with 61 additions and 61 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.20
image: qyg2297248353/ammds:v1.0.21
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE:-host}

View File

@ -7,7 +7,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: envyafish/byte-muse:1.7.10
image: envyafish/byte-muse:1.8.2
labels:
createdBy: Apps
networks:

View File

@ -14,7 +14,7 @@ services:
- verificationCodeTimeout=10
- appname=casdoor
- authState=casdoor
image: casbin/casdoor:v1.861.0
image: casbin/casdoor:v1.862.0
labels:
createdBy: Apps
networks:

View File

@ -14,7 +14,7 @@ services:
- .env
environment:
- VERSION=${VERSION}
image: dockurr/macos:2.08
image: dockurr/macos:2.09
labels:
createdBy: Apps
networks:

View File

@ -9,7 +9,7 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
image: sonatype/nexus3:3.78.1-alpine
image: sonatype/nexus3:3.78.2-alpine
labels:
createdBy: Apps
networks:

View File

@ -18,7 +18,7 @@ services:
- OLLAMA_MAX_QUEUE=512
- OLLAMA_FLASH_ATTENTION=0
- OLLAMA_KV_CACHE_TYPE=f16
image: ollama/ollama:0.6.1
image: ollama/ollama:0.6.2
labels:
createdBy: Apps
networks:

View File

@ -12,7 +12,7 @@ services:
- PGID=1000
- UMASK=022
- TZ=Asia/Shanghai
image: linuxserver/radarr:5.19.3
image: linuxserver/radarr:5.20.2
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-16
image: diygod/rsshub:2025-03-18
labels:
createdBy: Apps
networks:

View File

@ -11,7 +11,7 @@ services:
- ./envs/global.env
environment:
- RUN_IN_CONTAINER=true
image: b3log/siyuan:v3.1.24
image: b3log/siyuan:v3.1.25
labels:
createdBy: Apps
networks:

View File

@ -16,7 +16,7 @@ services:
- REGION=en-US
- KEYBOARD=en-US
- VERSION=${VERSION}
image: dockurr/windows:4.22
image: dockurr/windows:4.23
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.20
image: qyg2297248353/ammds:v1.0.21
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE:-host}

View File

@ -1,3 +1,15 @@
# 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=

View File

@ -2,13 +2,21 @@ 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
image: envyafish/byte-muse:1.8.2
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,15 +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=

View File

@ -1,22 +0,0 @@
networks:
1panel-network:
external: true
services:
auto-lady:
container_name: byte-muse
env_file:
- ./envs/global.env
- .env
image: envyafish/byte-muse:1.7.10
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.861.0
image: casbin/casdoor:v1.862.0
labels:
createdBy: Apps
networks:

View File

@ -14,7 +14,7 @@ services:
- .env
environment:
- VERSION=${VERSION}
image: dockurr/macos:2.08
image: dockurr/macos:2.09
labels:
createdBy: Apps
networks:

View File

@ -9,7 +9,7 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
image: sonatype/nexus3:3.78.1-alpine
image: sonatype/nexus3:3.78.2-alpine
labels:
createdBy: Apps
networks:

View File

@ -18,7 +18,7 @@ services:
- OLLAMA_MAX_QUEUE=512
- OLLAMA_FLASH_ATTENTION=0
- OLLAMA_KV_CACHE_TYPE=f16
image: ollama/ollama:0.6.1
image: ollama/ollama:0.6.2
labels:
createdBy: Apps
networks:

View File

@ -12,7 +12,7 @@ services:
- PGID=1000
- UMASK=022
- TZ=Asia/Shanghai
image: linuxserver/radarr:5.19.3
image: linuxserver/radarr:5.20.2
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-16
image: diygod/rsshub:2025-03-18
labels:
createdBy: Apps
networks:

View File

@ -11,7 +11,7 @@ services:
- ./envs/global.env
environment:
- RUN_IN_CONTAINER=true
image: b3log/siyuan:v3.1.24
image: b3log/siyuan:v3.1.25
labels:
createdBy: Apps
networks:

View File

@ -16,7 +16,7 @@ services:
- REGION=en-US
- KEYBOARD=en-US
- VERSION=${VERSION}
image: dockurr/windows:4.22
image: dockurr/windows:4.23
labels:
createdBy: Apps
networks: