Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-03-09 13:10:45 +00:00
parent 94a8c56a16
commit b0060200f1
20 changed files with 8 additions and 4 deletions
@@ -34,7 +34,7 @@ services:
- ENCRYPT_ENABLE=false
- DB_HOST=mx-mongo
- REDIS_HOST=mx-redis
image: innei/mx-server:10.3.0
image: innei/mx-server:10.3.1
labels:
createdBy: Apps
networks:
@@ -13,7 +13,7 @@ services:
- DEMO=false
- NODE_ENV=production
- ENCRYPT_ENABLE=false
image: innei/mx-server:10.3.0
image: innei/mx-server:10.3.1
labels:
createdBy: Apps
networks:
@@ -19,6 +19,7 @@ services:
- TZ=Asia/Shanghai
- HOME=/home/node
- TERM=xterm-256color
- PLAYWRIGHT_BROWSERS_PATH=/home/node/.cache/ms-playwright
healthcheck:
interval: 30s
retries: 5
@@ -43,3 +44,4 @@ services:
volumes:
- ${OPENCLAW_ROOT_PATH}/data/config:/home/node/.openclaw
- ${OPENCLAW_ROOT_PATH}/data/workspace:/home/node/.openclaw/workspace
- ${OPENCLAW_ROOT_PATH}/data/ms-playwright:/home/node/.cache/ms-playwright
+1 -1
View File
@@ -34,7 +34,7 @@ services:
- ENCRYPT_ENABLE=false
- DB_HOST=mx-mongo
- REDIS_HOST=mx-redis
image: innei/mx-server:10.3.0
image: innei/mx-server:10.3.1
labels:
createdBy: Apps
networks:
+1 -1
View File
@@ -13,7 +13,7 @@ services:
- DEMO=false
- NODE_ENV=production
- ENCRYPT_ENABLE=false
image: innei/mx-server:10.3.0
image: innei/mx-server:10.3.1
labels:
createdBy: Apps
networks:
+2
View File
@@ -19,6 +19,7 @@ services:
- TZ=Asia/Shanghai
- HOME=/home/node
- TERM=xterm-256color
- PLAYWRIGHT_BROWSERS_PATH=/home/node/.cache/ms-playwright
healthcheck:
interval: 30s
retries: 5
@@ -43,3 +44,4 @@ services:
volumes:
- ${OPENCLAW_ROOT_PATH}/data/config:/home/node/.openclaw
- ${OPENCLAW_ROOT_PATH}/data/workspace:/home/node/.openclaw/workspace
- ${OPENCLAW_ROOT_PATH}/data/ms-playwright:/home/node/.cache/ms-playwright