Giter Club home page Giter Club logo

letsencrypt-for-local-development's Introduction

Docker Compose + Traefik TLS Proxy + Let's encrypt Wildcard Cert

This is an example is mainly for solo developers. But it is easy to study and change to fit into your shoes.

This is an example of a solution I've used in various forms for months for local development. It's easy, flexable, and gives a near magical solution for always running HTTP apps through docker-compose with valid TLS, all on a single port with host-header SNI routing via Traefik proxy.

Why would you want this?

  • You want to use TLS locally in HTTP development
  • You would like a single proxy app to all of your containers (microservices, etc.) on 80/443
  • You'd like to use domain names for all your compose services, like https://api.domain.dev without touching /etc/hosts
  • You'd like a trusted certificate in your browsers for local dev and test of any app hostname (api, www, blog, etc.)
  • You'd like this to all happen consistanly across all your dev projects

Inspired by Bret Fisher project

Requirements

  1. Docker
  2. Docker Compose
  3. Domain Name
  4. Digital Ocean account referral link

Overall Steps to Implement

  1. Decide which DNS provider you want to use, for me I use Digital Ocean
  2. Add two DNS records to your domain name DNS record, which points to your computer IP, like : *.domain.dev 192.168.1.10 / domain.dev 192.168.1.10.
  3. Create a new environment file called .env which should be a copy from .env.example and update the values based on your project.

If you want to run the example, make sure to have an environment file called .env.minio which should be a copy from .env.minio.example

The main services are the socket and the proxy, one to protect your docker socket and the second is for traefik.

Note

This is not a template, this is an example that you can study and implement.

letsencrypt-for-local-development's People

Contributors

zaherg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.