Releases: abmruman/traefik-docker-compose
Releases · abmruman/traefik-docker-compose
v0.6.2
v0.6.1
v0.6.0
Feature:
Added:
- write logs to file instead of
stdout
& enable access log - log file output formatting/filtering configurations
Note:
It is not always easy to navigate and find necessary info from logs if logs our printed out to stdout
like most docker containers do by default.
v0.5.6
Fixed:
- set
--providers.docker.network=${NETWORK}
to limit traefik's access to a predefined defined network
Note:
This will make traefik look for containers inside its the defined network
which will prevent accessibility issues in cases when traefik tries to
access containers outside of its own network.
v0.5.5
v0.5.4
Fixed:
- the bad bind mount for provider key file
Note: This has beed working somehow, shouldn't have worked in the first place.
The bug is basically the slash (/
) before ${PROVIDER_ENV_FILE_VALUE},
which will set an invalid path for the file in the traefik docker
container.
v0.5.3
v0.5.2
v0.5.1
v0.5
Features:
- Automatic wildcard TLS/SSL certificate (letsencrypt) support
- DNS challenge
- TLS challenge
- Use custom TLS/SSL certificate (put them in
certs
directory ascert.crt
,cert.key
)
Changes:
- Most of the config values have been moved to
.env
making them easily changeable