You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{# Extract some information from existing labels, note that this will likely not fit your setup and you will need to adjust this to get the required data #}
32
+
{% set traefik_service = container_name %}
33
+
{% set domain = container_name + ".example.com" %}
34
+
{% set port = container["Labels"]["traefik.http.services." + traefik_service + ".loadbalancer.server.port"] %}
0 commit comments