docs: update NODE1 docs for MD pipeline deploy (ports 8893/8892)

- Fix market-data-service host port 8891→8893 (conflict with Swapper)
- Increase healthcheck start_period/retries for market-data-service
- Add Market Data Service + SenpAI MD Consumer to PROJECT-MASTER-INDEX.md
- Update noda1-operations rule and skill with new ports/containers

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Apple
2026-02-09 12:27:45 -08:00
parent 09dee24342
commit 0555ee9fa6
4 changed files with 70 additions and 6 deletions

View File

@@ -646,7 +646,7 @@ services:
- LOG_LEVEL=INFO
- LOG_SAMPLE_RATE=500
ports:
- "8891:8891"
- "8893:8891"
volumes:
- market-data-node1:/data
networks:
@@ -660,8 +660,8 @@ services:
- python -c "import urllib.request; urllib.request.urlopen('http://localhost:8891/health')"
interval: 15s
timeout: 5s
retries: 3
start_period: 10s
retries: 5
start_period: 30s
senpai-md-consumer:
container_name: dagi-senpai-md-consumer-node1
restart: unless-stopped