Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-03-09 07:06:03 +00:00
parent a5f51ad30f
commit 832fa34ecd
7 changed files with 69 additions and 52 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"gateway": {
"mode": "local",
"controlUi": {
"dangerouslyAllowHostHeaderOriginFallback": true
}
},
"agents": {
"defaults": {
"workspace": "/home/node/.openclaw/workspace"
},
"list": [
{
"id": "main",
"workspace": "/home/node/.openclaw/workspace",
"identity": {
"name": "Clawd",
"theme": "helpful assistant",
"emoji": "🦞"
}
}
]
}
}
+2 -26
View File
@@ -33,6 +33,8 @@ services:
init: true
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:18789
- ${PANEL_APP_PORT_RPC}:18790
@@ -41,29 +43,3 @@ services:
volumes:
- ${OPENCLAW_ROOT_PATH}/data/config:/home/node/.openclaw
- ${OPENCLAW_ROOT_PATH}/data/workspace:/home/node/.openclaw/workspace
openclaw-cli:
cap_drop:
- NET_RAW
- NET_ADMIN
container_name: openclaw-cli
depends_on:
- openclaw
entrypoint:
- node
- dist/index.js
environment:
- TZ=Asia/Shanghai
- HOME=/home/node
- TERM=xterm-256color
- BROWSER=echo
image: ghcr.io/openclaw/openclaw:2026.3.7
init: true
network_mode: service:openclaw
security_opt:
- no-new-privileges:true
stdin_open: true
tty: true
user: node:node
volumes:
- ${OPENCLAW_ROOT_PATH}/data/config:/home/node/.openclaw
- ${OPENCLAW_ROOT_PATH}/data/workspace:/home/node/.openclaw/workspace