Hi all.
Looking at the project i read the dashboard is enabled by using traefik, and this dependecy is somehow so hardcoded that no external or pre-running proxy managers ( in my case npm ) can be used to access it. am i missing something?
in my case i'm using a particular setup:
- every docker container is linked to a docker network
- npm routes all the traffic from the docker network to https default port.
can i keep using this setup and be able to connect to the dashboard?
i've been thinkering with profiles and env variables but no solution seems to work.
Hi all.
Looking at the project i read the dashboard is enabled by using traefik, and this dependecy is somehow so hardcoded that no external or pre-running proxy managers ( in my case npm ) can be used to access it. am i missing something?
in my case i'm using a particular setup:
can i keep using this setup and be able to connect to the dashboard?
i've been thinkering with profiles and env variables but no solution seems to work.