Skip to content

Commit

Permalink
feat(traefik): extend middlewares
Browse files Browse the repository at this point in the history
  • Loading branch information
netr0m committed Oct 18, 2023
1 parent 616d3be commit cef2ebf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/etc/traefik/config/http.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ http:
certResolver: {{ svc_traefik_dns_challenge_provider }}

{% endfor %}
{% if svc_traefik_middlewares %}
middlewares: {{ svc_traefik_middlewares_default | combine(svc_traefik_middlewares) | combine(svc_traefik_middlewares_extra | default({})) }}
{% endif %}
middlewares: {{ svc_traefik_middlewares_default | combine(svc_traefik_middlewares | default({})) | combine(svc_traefik_middlewares_extra | default({})) }}

services:
{% for service in svc_traefik_extra_hosts %}
Expand Down

0 comments on commit cef2ebf

Please sign in to comment.