🚀 NCP - Nix Container Platform

Dynamic NixOS container deployment on nix.latha.org

api-backend

up

IP: 10.100.1.3:8090

api-v2

up

IP: 10.100.1.5:8092

demo-web-2

up

IP: 10.100.1.2:8084

front-v2

up

IP: 10.100.1.6:8093

frontend

up

IP: 10.100.1.4:8091

test-app

up

IP: 10.100.1.1:8083

API Endpoints

GET  /api/v1/containers       - List containers
POST /api/v1/containers       - Create container
GET  /api/v1/containers/{name} - Container details
POST /api/v1/containers/{name}/restart - Restart
DELETE /api/v1/containers/{name} - Destroy