fix: txn-bot port 43069 not published to host (#899)

Add ports mapping 127.0.0.1:43069:43069 to txn-bot service in
docker-compose.yml, matching the pattern used by ponder. Add txnBot
status URL to ENVIRONMENT.md Common URLs section for consistency.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
openhands 2026-03-17 07:07:31 +00:00
parent 9290975661
commit 1d121ab24f
2 changed files with 3 additions and 0 deletions

View file

@ -190,6 +190,8 @@ services:
- GIT_BRANCH=${GIT_BRANCH:-} - GIT_BRANCH=${GIT_BRANCH:-}
expose: expose:
- "43069" - "43069"
ports:
- "127.0.0.1:43069:43069"
restart: unless-stopped restart: unless-stopped
networks: networks:
- harb-network - harb-network

View file

@ -118,6 +118,7 @@ docker inspect landing --format '{{.NetworkSettings.Networks.harb_harb-network.I
- **Staking app:** `http://localhost:5173/app/` - **Staking app:** `http://localhost:5173/app/`
- **Ponder GraphQL:** `http://localhost:42069/graphql` - **Ponder GraphQL:** `http://localhost:42069/graphql`
- **Anvil RPC:** `http://localhost:8545` - **Anvil RPC:** `http://localhost:8545`
- **txnBot status:** `http://localhost:43069/status`
## Resource Notes ## Resource Notes