Skip to content

Commit 1c8daf3

Browse files
authored
Merge pull request #2080 from Websoft9/feat/erpnext-kafka-updates-20260312
Feat/erpnext kafka updates 20260312
2 parents 9dad44d + 69bbca2 commit 1c8daf3

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

apps/openclaw/.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ W9_BRIDGE_PORT_SET='18790'
3333
# =========================================================
3434
W9_ID='openclaw'
3535
W9_HTTP_PORT=18789
36-
W9_BRIDGE_PORT=18790
3736
W9_URL='internet_ip:$W9_HTTP_PORT_SET'
3837
W9_LOGIN_PASSWORD=$W9_POWER_PASSWORD
3938
W9_NETWORK=websoft9

apps/openclaw/docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ services:
5454
retries: 3
5555
start_period: 30s
5656

57+
# Optional CLI service for channel setup and management commands.
58+
# Not started by default. Usage:
59+
# docker compose --profile cli run --rm openclaw-cli channels login
60+
# docker compose --profile cli run --rm openclaw-cli config set <key> <value>
61+
# docker compose --profile cli run --rm openclaw-cli devices list
5762
openclaw-cli:
5863
image: $W9_REPO:$W9_VERSION
5964
container_name: ${W9_ID}-cli

apps/openclaw/variables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{
99
"dist": "community",
1010
"version": [
11-
"2026.3.11-wecom"
11+
"2026.3.13-1"
1212
]
1313
}
1414
],

0 commit comments

Comments
 (0)