Skip to content

Releases: abmruman/traefik-docker-compose

v0.6.2

13 Feb 20:19
a84eea7
Compare
Choose a tag to compare

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
fa1ff60
Compare
Choose a tag to compare

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
58b821d
Compare
Choose a tag to compare

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
178cfb0
Compare
Choose a tag to compare

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
d8393e1
Compare
Choose a tag to compare

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
27c801d
Compare
Choose a tag to compare

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
663bec9
Compare
Choose a tag to compare

Added:

  • add restart: always in compose config

v0.5.2

10 Jul 13:17
c2f1b1b
Compare
Choose a tag to compare

Added:

  • Service tags for whoami services

Fixed:

  • invoking ./scripts/init.sh replaces .env with env.example

v0.5.1

03 Jul 15:15
094d5d0
Compare
Choose a tag to compare

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
5132c71
Compare
Choose a tag to compare

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