Merge pull request 'fix: txn-bot port 43069 not published to host (#899)' (#906) from fix/issue-899 into master

This commit is contained in:
johba 2026-03-17 08:36:27 +01:00
commit 6a4831c51c
2 changed files with 3 additions and 0 deletions

View file

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

View file

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