You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
750 B
YAML
29 lines
750 B
YAML
2 years ago
|
# Overwrite for specific nodes to force dynamic-ip (disable setting public-ip and forces external lookup for public-ip)
|
||
|
# When false, will check itself for dynamic-ip (based on private-ip)
|
||
|
netmaker_dynamicIp: false
|
||
|
|
||
|
netmaker_nginx:
|
||
|
# Listen-port
|
||
|
tls_port: 51820
|
||
|
# Advertise-Port for services
|
||
|
# (must also be reachable by internal services!)
|
||
|
advertise_port: 51820
|
||
|
|
||
|
# This is the base-domain used for generating hostnames for services
|
||
|
netmaker_base_domain:
|
||
|
|
||
|
# host + base_domain
|
||
|
netmaker_api:
|
||
|
host: netmaker-api
|
||
|
netmaker_ui:
|
||
|
host: netmaker-ui
|
||
|
# MQTT-broker
|
||
|
netmaker_broker:
|
||
|
tls_host: netmaker-broker
|
||
|
|
||
|
# host + node_hostname
|
||
|
netmaker_rqlite:
|
||
|
http_host: netmaker-rqlite-http
|
||
|
cluster_host: netmaker-rqlite-cluster
|
||
|
|