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

mongodb
MongoDB
Databases

The developer data platform.

5 recipes
fluentd
Fluentd
Databases

Unified logging layer.

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

CI/CD built into GitLab.

5 recipes
aws
AWS
Cloud & Infrastructure

Cloud services for building and running applications.

5 recipes
terraform
Terraform
Cloud & Infrastructure

Infrastructure as Code for any cloud.

5 recipes
argo-cd
Argo CD
DevOps & CI/CD

Declarative GitOps CD for Kubernetes.

5 recipes
nginx
Nginx
Cloud & Infrastructure

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

5 recipes
nextauth
NextAuth
SaaS & Startups

Authentication for Next.js.

5 recipes

Featured Recipes

Hand-verified configs ready to drop into production

hotjarJavaScriptintermediate
Handling ChunkLoadError in Web Applications

Learn how to address ChunkLoadError issues in your web applications, particularly when using Sentry and Hotjar for monitoring.

Hotjar · Marketing
gitlab-ciYAMLbeginner
Using Artifacts in GitLab CI for Multi-Stage Pipelines

Learn how to utilize artifacts in GitLab CI to pass files between different stages of your CI/CD pipeline.

GitLab CI · DevOps & CI/CD
statsigJavaScriptintermediate
Integrating Statsig with Apollo in a Next.js Application

Learn how to properly integrate Statsig with Apollo in a Next.js app to dynamically switch GraphQL endpoints based on feature flags.

Statsig · SaaS & Startups
terraformBashbeginner
Running Terraform with Targeted Resource Execution

Learn how to execute Terraform commands for specific resources, such as EC2 instances, while excluding others like RDS.

Terraform · Cloud & Infrastructure
redisINIintermediate
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 · Databases
droneJavaScriptbeginner
Resolving Vue-Jest Module Not Found Error in Drone CI

Learn how to troubleshoot and fix the 'Module vue-jest in the transform option was not found' error when configuring Drone CI for unit testing.

Drone · DevOps & CI/CD

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