Git Product home page Git Product logo

docker-traefik-mkcert's Introduction

Traefik as reverse proxy for local development

Scaffolding of a reverse proxy for local development :

  1. traefik watch docker to detect new web services to be exposed locally
  2. mkcert is used as ssl provider for valid certificates in browsers

Setup (macOS)

$ brew install mkcert
$ brew install nss
$ mkcert -install
$ make      # start
$ make down # stop

Dashboard available here: https://dashboard.dev.localhost

Example of web service (whoami)

$ make whoami-up   # start
$ make whoami-down # stop

Whoami available here: https://whoami.dev.localhost

Remarks

By default only linux point addresses <subdomain>.localhost to localhost, which is not necessarily the case on all systems. In this case a solution could be to use dnsmasq to point the <subdomain>.localhost addresses to localhost.

macOS

$ brew install dnsmasq
$ mkdir -pv $(brew --prefix)/etc/
$ echo 'address=/.localhost/127.0.0.1' >> $(brew --prefix)/etc/dnsmasq.conf
$ sudo brew services start dnsmasq
$ sudo mkdir -v /etc/resolver
$ sudo bash -c 'echo "nameserver 127.0.0.1" > /etc/resolver/localhost'

docker-traefik-mkcert's People

Contributors

birros avatar

Stargazers

 avatar

Watchers

 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.