Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-03-30 16:07:04 +00:00
parent 598a04a6a7
commit fed7fdde51
77 changed files with 216 additions and 21 deletions
@@ -11,7 +11,7 @@ services:
- PUID=0
- PGID=0
- TZ=Asia/Shanghai
image: suwmlee/bonita:0.23.2
image: suwmlee/bonita:0.23.3
labels:
createdBy: Apps
networks:
@@ -5,7 +5,7 @@ networks:
driver: bridge
services:
dujiaonext-admin:
container_name: admin-dujiaonext
container_name: admin-0.1.5
depends_on:
dujiaonext-api:
condition: service_healthy
@@ -18,7 +18,7 @@ services:
- ${PANEL_APP_PORT_ADMIN}:80
restart: always
dujiaonext-api:
container_name: dujiaonext
container_name: 0.1.5
env_file:
- ./envs/global.env
- .env
@@ -36,7 +36,7 @@ services:
- -qO-
- http://127.0.0.1:8080/health
timeout: 3s
image: dujiaonext/api:v0.1.7
image: dujiaonext/api:v0.1.8
labels:
createdBy: Apps
networks:
@@ -50,7 +50,7 @@ services:
- ${DUJIAONEXT_ROOT_PATH}/data/uploads:/app/uploads
- ${DUJIAONEXT_ROOT_PATH}/data/logs:/app/logs
dujiaonext-user:
container_name: user-dujiaonext
container_name: user-0.1.5
depends_on:
dujiaonext-api:
condition: service_healthy
@@ -36,7 +36,7 @@ services:
- -qO-
- http://127.0.0.1:8080/health
timeout: 3s
image: dujiaonext/api:v0.1.7
image: dujiaonext/api:v0.1.8
labels:
createdBy: Apps
networks:
@@ -10,7 +10,7 @@ services:
environment:
- TZ=Asia/Shanghai
- HTTPS_PROXY=${HTTP_PROXY}
image: sn0wl1n/ech0:v4.2.3
image: sn0wl1n/ech0:v4.2.4
labels:
createdBy: Apps
networks:
@@ -9,7 +9,7 @@ services:
container_name: halo-h2
environment:
- JVM_OPTS=-Xmx256m -Xms256m
image: halohub/halo:2.23.1
image: halohub/halo:2.23.2
labels:
createdBy: Apps
networks:
@@ -11,7 +11,7 @@ services:
- --halo.external-url=${HALO_EXTERNAL_URL}
- --halo.security.remember-me.token-validity=${HALO_REMEMBER_ME_TOKEN_VALIDITY}
container_name: halo
image: halohub/halo:2.23.1
image: halohub/halo:2.23.2
labels:
createdBy: Apps
networks:
@@ -11,7 +11,7 @@ services:
- PUID=0
- PGID=0
- TZ=Asia/Shanghai
image: ghostchu/peerbanhelper:v9.3.9
image: ghostchu/peerbanhelper:v9.3.10
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE:-host}