Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 552 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 552 Bytes

Using Traefik, Docker, and Let's Encrypt to manage multiple local development projects

You can read the full article here

Simple Usage

  1. clone the repository
  2. create an environment file from the .env.example file called .env
cp .env.example .env
  1. edit the .env file and add your digital ocean token and the domain name.

For more infomration about how to add more services to it, check the article here.