Skip to content

Commit

Permalink
feat: extra traefik entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
netr0m committed Oct 16, 2023
1 parent 9834098 commit 9f011a9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion templates/etc/traefik/traefik.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,17 @@ entryPoints:
address: :53/udp
dnsTls:
address: :853
dlna:
address: :1900/udp
ssdp:
address: :7359/udp

providers:
docker:
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: {{ svc_traefik_exposed_by_default }}
httpClientTimeout: 300
allowEmptyServices: true
file:
directory: /etc/traefik/config

Expand Down Expand Up @@ -88,4 +93,4 @@ tls:
keyFile: {{ certificate.key }}
{% endfor %}
{% endif %}
{% endif %}
{% endif %}

0 comments on commit 9f011a9

Please sign in to comment.