Skip to content

Docker environment with Traefik for local development.

License

Notifications You must be signed in to change notification settings

tacocode-dev/docker-traefik-https

 
 

Repository files navigation

Traefik v2 HTTPS

Software License

Introduction

Traefik on localhost with HTTPS support, using .test domain. This project creates different services containers to use for your projects on local like MySQL, MariaDB, Redis, Memcached or another.

Requirements

WARNING FOR MICROSOFT WINDOWS!!!

# Require this environment var
SET COMPOSE_CONVERT_WINDOWS_PATHS=1

How to start

# Clone
git clone https://github.com/lalcebo/docker-traefik-https.git && cd docker-traefik-https

# If it's the first install, run
geeko -i

# Now, start containers
# NOTE: You can inspect the .env file before and change any values you want
geeko -s

# For help, run
geeko -h

Hosts & Dashboard

# dnsmasq server test
dig @127.0.0.1 +noall +answer +stats whatever.test
  • Set your nameserver to 127.0.0.1, the dnsmasq server will resolve *.test automatic, for any external domains it will use Cloudflare nameserver.
  • You can now go to your browser at proxy.test for Træfik dashboard, enjoy 🚀!

Postman

Add a custom CA Certificates setting using rootCA.pem file. To know it location run mkcert --CAROOT

CA Certificates

Build Images

Requirements

# If it's the first build, run
docker run --privileged --rm tonistiigi/binfmt --install all
docker buildx create --name multiarch --driver docker-container --use

# Now, build images
./builds/make.sh

About

I'll try to maintain this project as simple as possible, but Pull Requests are welcomed!

License

The MIT License (MIT). Please see License File for more information.

About

Docker environment with Traefik for local development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 66.3%
  • Shell 27.5%
  • PHP 6.2%