Set thingvellir as consul server

This commit is contained in:
marc
2024-02-16 18:15:13 +01:00
parent 481914022c
commit 3c23709394
3 changed files with 3 additions and 3 deletions

View File

@@ -1,10 +1,9 @@
{
"datacenter": "samfelag",
"data_dir": "/opt/consul",
"bind_addr": "{{ GetInterfaceIP \"tailscale0\" }}",
"advertise_addr": "{{ GetInterfaceIP \"tailscale0\" }}",
"client_addr": "{{ GetInterfaceIP \"tailscale0\" }}",
"client_addr": "{{ GetInterfaceIP \"tailscale0\" }} 127.0.0.1",
"ports": {
"grpc_tls": 8502

View File

@@ -1,5 +1,5 @@
{
"retry_join": [
"100.80.195.56"
"100.99.167.21"
]
}

View File

@@ -52,6 +52,7 @@ with lib;
};
server.nomad = {
enable = true;
server = true;
};
# - Editors and development ------------------