Cloud-native networking stack that just works.
-
Create
./data/acme.json
and add permission (chmod 600) -
Create
.env
(from .env.example) and provide correct values -
For
AUTH_HTPASSWD
, runecho $(htpasswd -nb <username> <password>)
(default is user=sudo, password=2m4Bf48k2JbO5bnh26uwoeXa0dZ) -
Create the docker network:
docker network create proxy
-
Up the network with
make up
Refer to this good guide: https://medium.com/@containeroo/traefik-2-0-docker-a-simple-step-by-step-guide-e0be0c17cfa5
Traefik documentation: https://doc.traefik.io/traefik/
Made with ❤️ at Nuxify