Production-Ready ConfigsFind the right config.
Find the right config.
Ship with confidence.
Konfy curates battle-tested configuration recipes for Docker, Kubernetes, Nginx, PostgreSQL, Kafka and 50+ more technologies - organised by industry, tagged for discoverability, and verified by our users.
# nginx.conf
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers ECDHE-RSA-AES256-GCM-SHA384;
# docker-compose.yml
healthcheck:
test: ["CMD", "pg_isready"]
interval: 5s
# redis.conf
maxmemory-policy allkeys-lru;
Browse by Industry
Configs tailored to your domain's requirements
Popular Technologies
The tools engineers reach for most often
Nginx
DevOps & Infrastructure5 recipesFeatured
Docker
DevOps & Infrastructure2 recipesFeatured
HAPI FHIR
Healthcare & Life Sciences1 recipeFeatured
PostgreSQL
Fintech1 recipeFeatured
Elasticsearch
E-commerce1 recipeFeatured
FastAPI
AI & Machine Learning1 recipeFeatured
MLflow
AI & Machine Learning1 recipeFeatured
Next.js
E-commerce1 recipeFeatured
Featured Recipes
Hand-verified configs ready to drop into production
Local Dev docker-compose with PostgreSQL and Redis
Docker · DevOps & Infrastructure
Kubernetes Deployment with HPA and Resource Limits
Kubernetes · DevOps & Infrastructure
Production Multi-Stage Dockerfile for Node.js
Docker · DevOps & Infrastructure
Nginx HTTPS Reverse Proxy with SSL/TLS Hardening
Nginx · DevOps & Infrastructure
Production Redis Configuration with Persistence and Memory Policy
Redis · Fintech
Browse by Tag
Find related configs across any technology