From 7ab9de992b6d155229ba2c0568639b42fa3fa22c Mon Sep 17 00:00:00 2001 From: akanealw Date: Sat, 28 May 2022 21:53:38 -0500 Subject: [PATCH] added redis --- traefik.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/traefik.yml b/traefik.yml index 69ec846..75a22bf 100644 --- a/traefik.yml +++ b/traefik.yml @@ -45,6 +45,9 @@ providers: defaultRule: "Host(`{{ index .Labels \"com.docker.compose.service\"}}.aknlw.com`)" swarmModeRefreshSeconds: 15 exposedByDefault: false + redis: + endpoints: + - "redis:6379" # Enable traefik ui api: