Releases: abmruman/traefik-docker-compose
Releases · abmruman/traefik-docker-compose
v0.4
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
Features:
- Added
traefik.service
file to use Traefik container as systemd
service
v0.2.5
Feature:
- Added example (commented/disabled) services (whoami) in compose file
v0.2
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
Features:
- Traefik Dashboard using https (
entrypoints: websecure
)
- Uses self-signed cert by Traefik
- No authentication for dashboard