Skip to main content

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

ServiceDomainPortCompose Location
GLPIglpi.agmegypt.com-D:\glpi\docker-compose.yml
Supersetsuperset.agmegypt.com8088D:\superset\docker-compose.yml
Superset Devsupersetdev.agmegypt.com8089D:\superset-dev\docker-compose.yml
n8nn8n.agmegypt.com5678Container n8n, data on E:/n8n-data
Outlinedevhub/outline/3000D:\outline\docker-compose.yml
Wiki.jsdevhub/wiki/3005D:\wikijs\docker-compose.yml
Docusaurusdevhub/docs/3010D:\docusaurus\docker-compose.yml