22 lines
616 B
Bash
22 lines
616 B
Bash
# 官方镜像
|
|
OPENCLAW_IMAGE=ghcr.io/openclaw/openclaw:latest
|
|
|
|
# 宿主机持久化目录
|
|
OPENCLAW_CONFIG_DIR=/volume2/docker/docker_projects/openclaw/data
|
|
OPENCLAW_WORKSPACE_DIR=/volume2/docker/docker_projects/openclaw/workspace
|
|
OPENCLAW_AUTH_PROFILE_SECRET_DIR=/volume2/docker/docker_projects/openclaw/auth
|
|
|
|
# 你希望 Web UI 使用 2800
|
|
OPENCLAW_GATEWAY_PORT=2800
|
|
|
|
# Bridge 保持默认
|
|
OPENCLAW_BRIDGE_PORT=2799
|
|
|
|
# Docker 下使用 LAN
|
|
OPENCLAW_GATEWAY_BIND=lan
|
|
|
|
# 时区
|
|
OPENCLAW_TZ=Asia/Shanghai
|
|
|
|
# 先自己生成一个
|
|
OPENCLAW_GATEWAY_TOKEN=fca0bf61230f9734a86872e08baed0f0747c4360fb94edb1cc39ab4cd370cd93 |