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;

Browse by Industry

Configs tailored to your domain's requirements

All Industries

Popular Technologies

The tools engineers reach for most often

nginx
Nginx
Cloud & Infrastructure

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

5 recipes
mongodb
MongoDB
Databases

The developer data platform.

5 recipes
fluentd
Fluentd
Databases

Unified logging layer.

5 recipes
nextauth
NextAuth
SaaS & Startups

Authentication for Next.js.

5 recipes
gitlab-ci
GitLab CI
DevOps & CI/CD

CI/CD built into GitLab.

5 recipes
caddy
Caddy
Cloud & Infrastructure

The web server with automatic HTTPS.

4 recipes
haproxy
HAProxy
Healthcare & Life Sciences

Reliable, high performance TCP/HTTP load balancer.

4 recipes
cloudflare
Cloudflare
Cloud & Infrastructure

A global network to help build a better Internet.

4 recipes

Featured Recipes

Hand-verified configs ready to drop into production

eppoRUBYintermediate
Restricting Access to Finances Resource in Rails

Learn how to limit edit access to the Finances resource in a Rails application, ensuring only authorized users can make changes.

Eppo · SaaS & Startups
gitlab-ciYAMLbeginner
Troubleshooting Stuck GitLab CI/CD Jobs with Maven Builds

Learn how to resolve issues with stuck GitLab CI/CD jobs during Maven builds and ensure your runners are correctly configured.

GitLab CI · DevOps & CI/CD
mongodbBashbeginner
How to List All Collections in MongoDB

Learn how to easily retrieve a list of all collections in your current MongoDB database using various commands.

MongoDB · Databases
influxdbSQLbeginner
Deleting Data in InfluxDB: Common Pitfalls and Solutions

Learn how to properly delete data from InfluxDB and understand the limitations of delete queries.

InfluxDB · Databases
cloudflarePHPbeginner
Retrieving Visitor IP Addresses Behind Cloudflare in PHP

Learn how to accurately log the real IP addresses of users visiting your website while using Cloudflare's services.

Cloudflare · Cloud & Infrastructure
nextauthYAMLintermediate
Implementing Custom Credential Authentication with NextAuth.js

Learn how to set up a custom credential provider using email and password authentication in NextAuth.js.

NextAuth · SaaS & Startups

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