mirror of https://github.com/openclaw/openclaw.git
docs: refresh docker hosting auth storage refs
This commit is contained in:
parent
0ed7662365
commit
f7c5988334
|
|
@ -176,6 +176,12 @@ Docker Compose bind-mounts `OPENCLAW_CONFIG_DIR` to `/home/node/.openclaw` and
|
|||
`OPENCLAW_WORKSPACE_DIR` to `/home/node/.openclaw/workspace`, so those paths
|
||||
survive container replacement.
|
||||
|
||||
That mounted config directory is where OpenClaw keeps:
|
||||
|
||||
- `openclaw.json` for behavior config
|
||||
- `auth-profiles.json` for stored provider OAuth/API-key auth
|
||||
- `.env` for env-backed runtime secrets such as `OPENCLAW_GATEWAY_TOKEN`
|
||||
|
||||
For full persistence details on VM deployments, see
|
||||
[Docker VM Runtime - What persists where](/install/docker-vm-runtime#what-persists-where).
|
||||
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@ Pricing varies by machine type and region; pick the smallest VM that fits your w
|
|||
- Persist `~/.openclaw` + `~/.openclaw/workspace` on the host (survives restarts/rebuilds)
|
||||
- Access the Control UI from your laptop via an SSH tunnel
|
||||
|
||||
That mounted `~/.openclaw` state includes `openclaw.json`, `auth-profiles.json`,
|
||||
and `.env`.
|
||||
|
||||
The Gateway can be accessed via:
|
||||
|
||||
- SSH port forwarding from your laptop
|
||||
|
|
@ -229,6 +232,9 @@ For the generic Docker flow, see [Docker](/install/docker).
|
|||
|
||||
**Do not commit this file.**
|
||||
|
||||
This `.env` file is for container/runtime env such as `OPENCLAW_GATEWAY_TOKEN`.
|
||||
Stored provider OAuth/API-key auth lives in the mounted `~/.openclaw/auth-profiles.json`.
|
||||
|
||||
</Step>
|
||||
|
||||
<Step title="Docker Compose configuration">
|
||||
|
|
|
|||
|
|
@ -33,6 +33,9 @@ See [Security](/gateway/security) and [VPS hosting](/vps).
|
|||
- Persist `~/.openclaw` + `~/.openclaw/workspace` on the host (survives restarts/rebuilds)
|
||||
- Access the Control UI from your laptop via an SSH tunnel
|
||||
|
||||
That mounted `~/.openclaw` state includes `openclaw.json`, `auth-profiles.json`,
|
||||
and `.env`.
|
||||
|
||||
The Gateway can be accessed via:
|
||||
|
||||
- SSH port forwarding from your laptop
|
||||
|
|
@ -150,6 +153,9 @@ For the generic Docker flow, see [Docker](/install/docker).
|
|||
|
||||
**Do not commit this file.**
|
||||
|
||||
This `.env` file is for container/runtime env such as `OPENCLAW_GATEWAY_TOKEN`.
|
||||
Stored provider OAuth/API-key auth lives in the mounted `~/.openclaw/auth-profiles.json`.
|
||||
|
||||
</Step>
|
||||
|
||||
<Step title="Docker Compose configuration">
|
||||
|
|
|
|||
Loading…
Reference in New Issue