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: services:
casdoor: casdoor:
image: casbin/casdoor:2.349.0 image: casbin/casdoor:2.351.0
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
labels: labels:
createdBy: "Apps" createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services: services:
mx-server: mx-server:
image: innei/mx-server:10.3.0 image: innei/mx-server:10.3.1
depends_on: depends_on:
- mx-mongo - mx-mongo
- mx-redis - mx-redis
@@ -4,7 +4,7 @@ networks:
services: services:
mx-server: mx-server:
image: innei/mx-server:10.3.0 image: innei/mx-server:10.3.1
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
labels: labels:
createdBy: "Apps" createdBy: "Apps"
@@ -14,7 +14,7 @@ services:
- verificationCodeTimeout=10 - verificationCodeTimeout=10
- appname=casdoor - appname=casdoor
- authState=casdoor - authState=casdoor
image: casbin/casdoor:2.349.0 image: casbin/casdoor:2.351.0
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks:
@@ -34,7 +34,7 @@ services:
- ENCRYPT_ENABLE=false - ENCRYPT_ENABLE=false
- DB_HOST=mx-mongo - DB_HOST=mx-mongo
- REDIS_HOST=mx-redis - REDIS_HOST=mx-redis
image: innei/mx-server:10.3.0 image: innei/mx-server:10.3.1
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks:
@@ -13,7 +13,7 @@ services:
- DEMO=false - DEMO=false
- NODE_ENV=production - NODE_ENV=production
- ENCRYPT_ENABLE=false - ENCRYPT_ENABLE=false
image: innei/mx-server:10.3.0 image: innei/mx-server:10.3.1
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks:
@@ -19,6 +19,7 @@ services:
- TZ=Asia/Shanghai - TZ=Asia/Shanghai
- HOME=/home/node - HOME=/home/node
- TERM=xterm-256color - TERM=xterm-256color
- PLAYWRIGHT_BROWSERS_PATH=/home/node/.cache/ms-playwright
healthcheck: healthcheck:
interval: 30s interval: 30s
retries: 5 retries: 5
@@ -43,3 +44,4 @@ services:
volumes: volumes:
- ${OPENCLAW_ROOT_PATH}/data/config:/home/node/.openclaw - ${OPENCLAW_ROOT_PATH}/data/config:/home/node/.openclaw
- ${OPENCLAW_ROOT_PATH}/data/workspace:/home/node/.openclaw/workspace - ${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 - verificationCodeTimeout=10
- appname=casdoor - appname=casdoor
- authState=casdoor - authState=casdoor
image: casbin/casdoor:2.349.0 image: casbin/casdoor:2.351.0
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks:
+1 -1
View File
@@ -34,7 +34,7 @@ services:
- ENCRYPT_ENABLE=false - ENCRYPT_ENABLE=false
- DB_HOST=mx-mongo - DB_HOST=mx-mongo
- REDIS_HOST=mx-redis - REDIS_HOST=mx-redis
image: innei/mx-server:10.3.0 image: innei/mx-server:10.3.1
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks:
+1 -1
View File
@@ -13,7 +13,7 @@ services:
- DEMO=false - DEMO=false
- NODE_ENV=production - NODE_ENV=production
- ENCRYPT_ENABLE=false - ENCRYPT_ENABLE=false
image: innei/mx-server:10.3.0 image: innei/mx-server:10.3.1
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks:
+2
View File
@@ -19,6 +19,7 @@ services:
- TZ=Asia/Shanghai - TZ=Asia/Shanghai
- HOME=/home/node - HOME=/home/node
- TERM=xterm-256color - TERM=xterm-256color
- PLAYWRIGHT_BROWSERS_PATH=/home/node/.cache/ms-playwright
healthcheck: healthcheck:
interval: 30s interval: 30s
retries: 5 retries: 5
@@ -43,3 +44,4 @@ services:
volumes: volumes:
- ${OPENCLAW_ROOT_PATH}/data/config:/home/node/.openclaw - ${OPENCLAW_ROOT_PATH}/data/config:/home/node/.openclaw
- ${OPENCLAW_ROOT_PATH}/data/workspace:/home/node/.openclaw/workspace - ${OPENCLAW_ROOT_PATH}/data/workspace:/home/node/.openclaw/workspace
- ${OPENCLAW_ROOT_PATH}/data/ms-playwright:/home/node/.cache/ms-playwright