aboutsummaryrefslogtreecommitdiff
path: root/consul
diff options
context:
space:
mode:
Diffstat (limited to 'consul')
-rw-r--r--consul/configuration/traefik/traefik.toml4
1 files changed, 2 insertions, 2 deletions
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