This commit is contained in:
Tour
2025-12-07 08:47:24 +01:00
parent bf6dc39a95
commit c56d63d6fa

23
docs/DEPLOY_MOBILE.md Normal file
View File

@@ -0,0 +1,23 @@
✅ Routing service configured - scaev-mobile-routing.service active and working
✅ Scaev deployed - Container running with dual networks:
scaev_mobile_net (172.30.0.10) - for outbound internet via mobile
traefik_net (172.20.0.8) - for LAN access
✅ Mobile routing verified:
Host IP: 5.132.33.195 (LAN gateway)
Mobile IP: 77.63.26.140 (mobile provider)
Scaev IP: 77.63.26.140 ✅ Using mobile connection!
✅ Scraper functional - Successfully accessing troostwijkauctions.com through mobile network
Architecture:```
┌─────────────────────────────────────────┐
│ Tour Machine (192.168.1.159) │
│ │
│ ┌──────────────────────────────┐ │
│ │ Scaev Container │ │
│ │ • scaev_mobile_net: 172.30.0.10 ────┼──> Mobile Gateway (10.133.133.26)
│ │ • traefik_net: 172.20.0.8 │ │ └─> Internet (77.63.26.140)
│ │ • SQLite: shared-auction-data│ │
│ │ • Images: shared-auction-data│ │
│ └──────────────────────────────┘ │
│ │
└─────────────────────────────────────────┘
```