new domain

This commit is contained in:
2023-10-01 14:31:10 +02:00
parent 2a887b9d90
commit cbbdf4dd1b
9 changed files with 111 additions and 34 deletions

View File

@@ -4,7 +4,7 @@
"Name": "consul-ui",
"Tags": [
"traefik.enable=true",
"traefik.http.routers.nomad-ui-http.rule=Host(`consul.service.consul`)"
"traefik.http.routers.nomad-ui-http.rule=Host(`consul.service.nr5`)"
],
"Port": 8500,
"Check": {

View File

@@ -9,6 +9,8 @@
# it relies on proper configuration. Nodes in the same datacenter should be on a
# single LAN.
datacenter = "nummer5"
domain = "nr5"
alt_domain = "consul"
# data_dir
# This flag provides a data directory for the agent to store state. This is required

View File

@@ -4,7 +4,7 @@
"Name": "nomad-ui",
"Tags": [
"traefik.enable=true",
"traefik.http.routers.nomad-ui-http.rule=Host(`nomad.service.consul`)"
"traefik.http.routers.nomad-ui-http.rule=Host(`nomad.service.nr5`)"
],
"Port": 4646,
"Check": {