Add traefik pages

Add it ready for the migration in future
This commit is contained in:
Jake Howard
2021-01-16 23:29:55 +00:00
parent e1ea938d59
commit 604202fdce
10 changed files with 103 additions and 0 deletions

View File

@ -26,6 +26,11 @@ providers:
exposedByDefault: false
file:
directory: /etc/traefik/conf
{% if with_traefik_pages %}
http:
endpoint:
- "http://{{ traefik_pages_password }}@127.0.0.1:5000/.traefik-pages/provider"
{% endif %}
api:
dashboard: true