From 3b92e1979d84e7202f82427a6e16585ffebb31a1 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sun, 22 Mar 2020 11:32:48 +0100 Subject: Change Traefik conf + WIP jitsi --- consul/configuration/traefik/traefik.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'consul/configuration') diff --git a/consul/configuration/traefik/traefik.toml b/consul/configuration/traefik/traefik.toml index ce50532..6145ffb 100644 --- a/consul/configuration/traefik/traefik.toml +++ b/consul/configuration/traefik/traefik.toml @@ -36,12 +36,12 @@ defaultEntryPoints = ["http", "https"] dashboard = true [consul] - endpoint = "consul.service.2.cluster.deuxfleurs.fr:8500" + endpoint = "172.17.0.1:8500" watch = true prefix = "traefik" [consulCatalog] - endpoint = "consul.service.2.cluster.deuxfleurs.fr:8500" + endpoint = "172.17.0.1:8500" prefix = "traefik" domain = "web.deuxfleurs.fr" exposedByDefault = false -- cgit v1.2.3