Merge remote-tracking branch 'origin/custom' into custom

This commit is contained in:
ms
2026-03-10 10:51:23 +08:00
54 changed files with 13 additions and 9 deletions
@@ -4,7 +4,7 @@ networks:
services:
casdoor:
image: casbin/casdoor:2.349.0
image: casbin/casdoor:2.351.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
mx-server:
image: innei/mx-server:10.3.0
image: innei/mx-server:10.3.1
depends_on:
- mx-mongo
- mx-redis
@@ -4,7 +4,7 @@ networks:
services:
mx-server:
image: innei/mx-server:10.3.0
image: innei/mx-server:10.3.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -14,7 +14,7 @@ services:
- verificationCodeTimeout=10
- appname=casdoor
- authState=casdoor
image: casbin/casdoor:2.349.0
image: casbin/casdoor:2.351.0
labels:
createdBy: Apps
networks:
@@ -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
@@ -14,7 +14,7 @@ services:
- verificationCodeTimeout=10
- appname=casdoor
- authState=casdoor
image: casbin/casdoor:2.349.0
image: casbin/casdoor:2.351.0
labels:
createdBy: Apps
networks:
+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