Releases: abmruman/traefik-docker-compose
Releases · abmruman/traefik-docker-compose
v0.6.2
13 Feb 20:19
Compare
Sorry, something went wrong.
No results found
Fixed:
install-docker-compose script without sudo, if sudo not found.
In some environments sudo might not be present/installed. The docker-compose install script will try to adapt and run without sudo.
v0.6.1
10 Jul 13:50
Compare
Sorry, something went wrong.
No results found
Fixed:
The optional local cert creator script cert.sh missing confirmation prompt before creating new certs if certs already exist
v0.6.0
10 Jul 13:50
Compare
Sorry, something went wrong.
No results found
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
10 Jul 13:30
Compare
Sorry, something went wrong.
No results found
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
10 Jul 13:23
Compare
Sorry, something went wrong.
No results found
Removed:
ping feature (it wasn't fully implemented)
Note: Ping was added but not fully implemented.
Might fully implemented later.
v0.5.4
10 Jul 13:22
Compare
Sorry, something went wrong.
No results found
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
10 Jul 13:20
Compare
Sorry, something went wrong.
No results found
Added:
add restart: always in compose config
v0.5.2
10 Jul 13:17
Compare
Sorry, something went wrong.
No results found
Added:
Service tags for whoami services
Fixed:
invoking ./scripts/init.sh replaces .env with env.example
v0.5.1
03 Jul 15:15
Compare
Sorry, something went wrong.
No results found
Updated:
Fix README
License: change license from Apache 2.0 to MIT
Update docker-compose installation script
LICENSE changed from Apache 2.0 to MIT
v0.5
14 Feb 12:55
Compare
Sorry, something went wrong.
No results found
Features:
Automatic wildcard TLS/SSL certificate (letsencrypt) support
DNS challenge
TLS challenge
Use custom TLS/SSL certificate (put them in certs directory as cert.crt, cert.key)
Changes:
Most of the config values have been moved to .env making them easily changeable