Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.07 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.07 KB

Traefik setup with Let's Encrypt on Docker cloud

Træfɪk is a modern HTTP reverse proxy and load balancer made to deploy microservices with ease.

Purpose:

The purpose for this project is to run an experimental Træfɪk Docker setup with Let's encrypt integration on Docker cloud

Installation:

Change the Traefik configuration file for your domain. Create your own Traefik image (docker build -t .../traefik:latest .) and push it to docker hub (docker push .../traefik).

Create a Docker Cloud node and build a stack with the docker-cloud.yml file. Remember to change Traefik image name. Also change tag to correspond with your Docker node instance.

You should also create a directory '/Traefik/acme' on the node instance to hold the Let's encrypt certificate. Follow these instructions to login to the node