Remove Dynu provider version constraint
This commit is contained in:
@@ -143,5 +143,28 @@ locals {
|
||||
target = null
|
||||
proxied = null
|
||||
}
|
||||
|
||||
searxng = {
|
||||
fqdn = "searxng.lan.ddnsgeek.com"
|
||||
hostname = "searxng"
|
||||
service = "searxng"
|
||||
source = "apps/searxng/docker-compose.yml"
|
||||
purpose = "SearXNG search endpoint"
|
||||
record_type = null
|
||||
ttl = null
|
||||
target = null
|
||||
proxied = null
|
||||
}
|
||||
traefik = {
|
||||
fqdn = "traefik.lan.ddnsgeek.com"
|
||||
hostname = "traefik"
|
||||
service = "traefik"
|
||||
source = "core/traefik/docker-compose.yml"
|
||||
purpose = "Traefik dashboard/API endpoint"
|
||||
record_type = null
|
||||
ttl = null
|
||||
target = null
|
||||
proxied = null
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user