Infrastructure
AGM's technology infrastructure runs on a Windows Server 2022 host at 81.171.31.130, with services deployed as Docker containers behind an nginx reverse proxy.
Architecture Overview
Internet → nginx (443/SSL) → Docker containers
├── GLPI (glpi.agmegypt.com)
├── Superset (superset.agmegypt.com)
├── n8n (n8n.agmegypt.com)
├── Dev Hub (devhub.agmegypt.com)
│ ├── Outline (:3000)
│ ├── Wiki.js (:3005)
│ └── Docusaurus (:3010)
└── Other services...
Key Services
| Service | Domain | Port | Compose Location |
|---|---|---|---|
| GLPI | glpi.agmegypt.com | - | D:\glpi\docker-compose.yml |
| Superset | superset.agmegypt.com | 8088 | D:\superset\docker-compose.yml |
| Superset Dev | supersetdev.agmegypt.com | 8089 | D:\superset-dev\docker-compose.yml |
| n8n | n8n.agmegypt.com | 5678 | Container n8n, data on E:/n8n-data |
| Outline | devhub/outline/ | 3000 | D:\outline\docker-compose.yml |
| Wiki.js | devhub/wiki/ | 3005 | D:\wikijs\docker-compose.yml |
| Docusaurus | devhub/docs/ | 3010 | D:\docusaurus\docker-compose.yml |