Skip to content

Releases: abmruman/traefik-docker-compose

v0.4

13 Feb 19:10
1ce2911
Compare
Choose a tag to compare

Features:

  • Added a new network, other than the one being used by traefik, To demonstrate how traefik can be used with docker containers in the same network as traefik

v0.3

13 Feb 19:09
75b0aaf
Compare
Choose a tag to compare

Features:

  • Added traefik.service file to use Traefik container as systemd service

v0.2.5

13 Feb 19:09
a71a3e1
Compare
Choose a tag to compare

Feature:

  • Added example (commented/disabled) services (whoami) in compose file

v0.2

13 Feb 18:58
1005dbc
Compare
Choose a tag to compare

Features:

  • Added HTTP basic auth
  • Redirects all http traffic to https
  • Added TLS/SSL (letsencrypt) using TLS-ALPN-01
    (--certificatesresolvers.leresolver.acme.tlschallenge=true)

v0.1-alpha

13 Feb 18:04
167815e
Compare
Choose a tag to compare
v0.1-alpha Pre-release
Pre-release

Features:

  • Traefik Dashboard using https (entrypoints: websecure)
  • Uses self-signed cert by Traefik
  • No authentication for dashboard