← Back to Hub GitHub
Docker Infrastructure

Secure-by-Design Infrastructure

The "last mile" for NIS2 compliance. Hardened containers, log segregation, and automated backups.

View on GitHub

Architecture

webapp

Your Django app, hardened with non-root, read-only FS

log-collector

Fluent Bit sidecar for SIEM integration

db-backup

Automated PostgreSQL dumps every 6h

db

PostgreSQL 15 with persistent volume

Quick Start

git clone https://github.com/nis2shield/infrastructure.git
cd infrastructure
cp .env.example .env
docker-compose up -d