From c56d63d6fa75ba1a05eb3d2052605cc07956b7d2 Mon Sep 17 00:00:00 2001 From: Tour Date: Sun, 7 Dec 2025 08:47:24 +0100 Subject: [PATCH] go --- docs/DEPLOY_MOBILE.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/DEPLOY_MOBILE.md diff --git a/docs/DEPLOY_MOBILE.md b/docs/DEPLOY_MOBILE.md new file mode 100644 index 0000000..51b2baf --- /dev/null +++ b/docs/DEPLOY_MOBILE.md @@ -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│ │ +│ └──────────────────────────────┘ │ +│ │ +└─────────────────────────────────────────┘ +```