shantanoo-desai / komponist

A Composer for your favorite IoT/ IIoT container stacks with Ansible + Jinja2 + Docker Compose v2
GNU Affero General Public License v3.0
25 stars 2 forks source link

[traefik] Use dedicated configurations files generation for traefik and remove docker labels dependency #29

Closed shantanoo-desai closed 1 year ago

shantanoo-desai commented 1 year ago

Description

Accessing information regarding routing / middlewares / services from files causes override issues where although traefik.enable=false will still cause the Docker service to be discoverable.

shantanoo-desai commented 1 year ago

Solution