learn-traefik
learn-traefik copied to clipboard
This repository contains examples on using traefik reverse proxy.
#docker-compose.yml version: "3" services: traefik: image: traefik:alpine labels: - traefik.enable=true volumes: - /var/run/docker.sock:/var/run/docker.sock ports: - "6060:80" - "6080:8080" nginx: image: nginx:alpine labels: - traefik.enable=true apache: image: httpd:alpine labels: - traefik.enable=true...
can you please create new folder for **traefik v2** for serving all https traefik for both the traefik web ui on 8080 to be served on an hostname on https...
I'm running this on OSX. This is the log for traefik using example 3 unmodified. ``` time="2019-09-28T00:09:19Z" level=info msg="Using TOML configuration file /etc/traefik/traefik.toml" time="2019-09-28T00:09:19Z" level=info msg="No tls.defaultCertificate given for https:...
Links for parts 1 - 6, and the full playlist as of current. And thank you for the video series! :+1: