From c22e2c2ad58f8d1614dce0aca411de2ee9bd1501 Mon Sep 17 00:00:00 2001 From: Thomas LEVEIL Date: Fri, 21 Dec 2018 02:13:30 +0100 Subject: [PATCH] #65 feat(template): add new Traefik template --- README.md | 1 + templates.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81988b16..57886a4c 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,4 @@ Documentation is available [ReadTheDocs](http://portainer.readthedocs.io/en/late * Redmine (based on `redmine:latest`) * Odoo (based on `odoo:latest`) * Sematext Docker Agent (based on `sematext/sematext-agent-docker:latest`) +* Traefik (based on `traefik:alpine`) diff --git a/templates.json b/templates.json index 8c975a90..9654fc35 100644 --- a/templates.json +++ b/templates.json @@ -793,7 +793,7 @@ "categories": ["reverse proxy"], "logo": "https://d33wubrfki0l68.cloudfront.net/e29410f43273a18d40e1bd6e41641f5afdfc8057/eb7ca/traefik.logo.png", - "image": "traefik:1.5-alpine", + "image": "traefik:alpine", "command": "/bin/sh -c '/usr/local/bin/traefik --docker --docker.domain=${TRAEFIK_BASE_DOMAIN:-docker.localhost} --docker.exposedByDefault=true --entrypoints=\"Name:http Address::${TRAEFIK_PORT_HTTP:-80}\" --entrypoints='Name:https Address::${TRAEFIK_PORT_HTTPS:-443} TLS' --entrypoints='Name:traefik Address::${TRAEFIK_PORT_DASHBOARD:-8080}' --logLevel=WARN --ping --api --api.statistics.recenterrors=20 ", "network": "host",