Move webserver to tailscale net.

This commit is contained in:
2023-07-08 20:05:52 +01:00
parent a3e794eb3b
commit e2359ce283
2 changed files with 4 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ in
client = {
enabled = true;
server_join.retry_join = servers;
host_network.tailscale.interface = "tailscale0";
};
server = {

View File

@@ -3,7 +3,9 @@ job "pi.paler.net" {
group "apps" {
network {
port "http" { }
port "http" {
host_network = "tailscale"
}
}
service {