Ready-to-use infrastructure templates for common deployment patterns — Kubernetes, Docker Compose, and bare metal setups.
Production-ready Nginx with SSL termination and automatic certificate renewal via Certbot.
docker-compose.yml
PostgreSQL database with pgAdmin web interface, persistent volumes, and health checks.
S3-compatible object storage with console UI. Single-node setup for development or small deployments.
Multi-stage Dockerfile for Node.js apps with minimal production image size.
Dockerfile
Standard Kubernetes deployment with resource limits, health checks, and horizontal pod autoscaler.
deployment.yaml
Production systemd service file with automatic restart, logging, and security hardening.
my-app.service
Templates are starting points for common deployment patterns. Review and customize for your specific requirements before deploying to production.