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] Configuration of network based on deployment directory and docker network #27

Closed shantanoo-desai closed 1 year ago

shantanoo-desai commented 1 year ago

Description

Currently the network configuration within traefik.yml.j2 is statically defined. which needs to have the following format:

{{ compose_project_name }}_{{ docker_network}}

Documentation of COMPOSE_PROJECT_NAME

shantanoo-desai commented 1 year ago

closing this issue as it gets solved with the solution for #29

Since the dependency on docker is removed, the networking issue is removed too.