mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
23 lines
446 B
YAML
23 lines
446 B
YAML
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
|