Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-03-09 09:55:23 +00:00
parent 0e290eeacc
commit eb99287934
37 changed files with 259 additions and 4 deletions
+22
View File
@@ -0,0 +1,22 @@
networks:
1panel-network:
external: true
services:
openclaw-zh:
container_name: openclaw-zh
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
image: 1186258278/openclaw-zh:latest
init: true
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:18789
restart: always
volumes:
- ${OPENCLAW_ROOT_PATH}/data:/root/.openclaw