Production-Ready Configs

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;

Popular Technologies

The tools engineers reach for most often

nginx
Nginx
DevOps & Infrastructure

High-performance web server, reverse proxy and load balancer.

5 recipesFeatured
docker
Docker
DevOps & Infrastructure

Build, ship, and run any app, anywhere.

2 recipesFeatured
hapi-fhir
HAPI FHIR
Healthcare & Life Sciences

Open-source implementation of the FHIR standard for healthcare interoperability.

1 recipeFeatured
postgresql
PostgreSQL
Fintech

The world's most advanced open-source relational database.

1 recipeFeatured
elasticsearch
Elasticsearch
E-commerce

Distributed search and analytics engine.

1 recipeFeatured
fastapi
FastAPI
AI & Machine Learning

The fastest Python web framework for building APIs with automatic docs.

1 recipeFeatured
mlflow
MLflow
AI & Machine Learning

An open-source platform for the machine learning lifecycle.

1 recipeFeatured
nextjs
Next.js
E-commerce

The React framework for the web.

1 recipeFeatured

Featured Recipes

Hand-verified configs ready to drop into production

dockerYAMLbeginnerVerified
Local Dev docker-compose with PostgreSQL and Redis

A docker-compose.yml for local development that spins up the app, PostgreSQL 16, Redis 7 and an optional Adminer instance — volumes ensure data survives container restarts.

Docker · DevOps & Infrastructure
kubernetesYAMLintermediateVerified
Kubernetes Deployment with HPA and Resource Limits

A production Kubernetes Deployment manifest with liveness/readiness probes, resource requests/limits, rolling update strategy and a HorizontalPodAutoscaler to handle traffic spikes.

Kubernetes · DevOps & Infrastructure
dockerDockerfileintermediateVerified
Production Multi-Stage Dockerfile for Node.js

A minimal, secure multi-stage Dockerfile for Node.js apps. The build stage installs devDependencies, the production stage copies only the compiled output — keeping the final image under 150 MB.

Docker · DevOps & Infrastructure
nginxNginxintermediateVerified
Nginx HTTPS Reverse Proxy with SSL/TLS Hardening

Complete Nginx server block that terminates HTTPS, enforces TLS 1.2+, sets HSTS and security headers, enables gzip compression, and proxies to an upstream application server.

Nginx · DevOps & Infrastructure
redisINIintermediateVerified
Production Redis Configuration with Persistence and Memory Policy

A hardened redis.conf for production use: disabled commands, maxmemory with LRU eviction, combined RDB + AOF persistence, bind to localhost, and requirepass authentication.

Redis · Fintech
postgresqlINIadvancedVerified
PostgreSQL Performance Tuning — postgresql.conf

Tuned postgresql.conf settings for a dedicated 8-core / 32 GB RAM database server. Covers shared buffers, WAL, autovacuum, parallel query and connection settings — with explanations for each knob.

PostgreSQL · Fintech

From the Blog

All posts
Mastering JupyterHub: Advanced Configurations and Docker Stacks

Discover advanced JupyterHub setups, including Docker stacks, kernel management, and scalability solutions for optimal performance.

Mar 1, 2026
Securing SaaS in 2025: Strategies for a Safer Digital Landscape

Explore the critical importance of SaaS security in the evolving digital workspace, including expert insights and actionable recommendations to mitigate risks and enhance your organization's cybersecurity posture.

Dec 30, 2024
Enhancing Federal Cloud Security with CISA's New Directive

Explore the implications of CISA's Binding Operational Directive 25-01, which mandates secure practices for cloud services in federal agencies, and its broader impact on SaaS security configurations.

Dec 22, 2024