docs: add deployment guide and helper scripts

This commit is contained in:
OpenClaw
2026-03-17 15:52:10 +00:00
parent e623d42eb8
commit d8410179fe
3 changed files with 52 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# À placer dans ~/openclaw/docker-compose.override.yml sur le LXC host
# (fusionner avec l'éventuel override existant)
services:
openclaw-gateway:
ports:
- "3850:3850"
environment:
DASHBOARD_PORT: "3850"