docs: update port 8000 references to 8011 in deployment and blockchain docs

- Update deployment/2_service-naming-convention.md: coordinator URL 8000 → 8011
- Update blockchain/adding_gitea_runner_as_third_node.md: API port 8000 → 8011
- More documentation files still need port 8000 → 8011 updates
This commit is contained in:
aitbc
2026-05-08 21:49:17 +02:00
parent 522c494141
commit 7321242b75
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ rpc_bind_port=8006
# API Configuration
api_host=0.0.0.0
api_port=8000
api_port=8011
# Wallet Configuration
wallet_host=0.0.0.0

View File

@@ -73,7 +73,7 @@ ssh ns3-root "incus exec aitbc -- journalctl -u aitbc-blockchain-node-3.service
### Coordinator API
- Main API for job submission, miner management, and receipts
- Runs on localhost:8000 inside container
- Runs on http://localhost:8011 inside container
- Proxied via nginx at https://aitbc.bubuit.net/api/
## Benefits of Standardized Naming