chore: backup infrastructure configurations [skip ci]

This commit is contained in:
github-actions[bot]
2025-11-25 02:00:43 +00:00
parent 26a7d1eee1
commit 9e6c3bdecd
17 changed files with 338 additions and 24 deletions

View File

@@ -1,11 +1,4 @@
job "traefik" {
node_pool = "default"
constraint {
attribute = "${attr.cpu.arch}"
operator = "!="
value = "arm"
}
datacenters = ["dc1"]
type = "system"
@@ -65,7 +58,7 @@ job "traefik" {
"/mnt/mnt/configs/letsencrypt:/acmecert/",
]
// dns_servers = ["192.168.4.1", "192.168.4.250"]
dns_servers = ["${attr.unique.network.ip-address}","192.168.4.250","8.8.8.8"]
ports = ["traefik", "traefikhttps","traefikui"]
memory_hard_limit = 20480