|
@@ -17,7 +17,6 @@ services:
|
|
|
COREDNS_ADDR: "SERVER_PUBLIC_IP" # Address of the CoreDNS server. Defaults to SERVER_HOST
|
|
|
DNS_MODE: "on" # Enables DNS Mode, meaning all nodes will set hosts file for private dns settings.
|
|
|
API_PORT: "8081" # The HTTP API port for Netmaker. Used for API calls / communication from front end. If changed, need to change port of BACKEND_URL for netmaker-ui.
|
|
|
- CLIENT_MODE: "on" # Depricated. CLIENT_MODE should always be ON
|
|
|
REST_BACKEND: "on" # Enables the REST backend (API running on API_PORT at SERVER_HTTP_HOST). Change to "off" to turn off.
|
|
|
DISABLE_REMOTE_IP_CHECK: "off" # If turned "on", Server will not set Host based on remote IP check. This is already overridden if SERVER_HOST is set. Turned "off" by default.
|
|
|
TELEMETRY: "on" # Whether or not to send telemetry data to help improve Netmaker. Switch to "off" to opt out of sending telemetry.
|
|
@@ -30,10 +29,7 @@ services:
|
|
|
MQ_HOST: "mq" # the address of the mq server. If running from docker compose it will be "mq". Otherwise, need to input address. If using "host networking", it will find and detect the IP of the mq container.
|
|
|
MQ_SERVER_PORT: "1883" # the reachable port of MQ by the server - change if internal MQ port changes (or use external port if MQ is not on the same machine)
|
|
|
MQ_PORT: "443" # the reachable port of MQ - change if external MQ port changes (port on proxy, not necessarily the one exposed in docker-compose)
|
|
|
- HOST_NETWORK: "off" # whether or not host networking is turned on. Only turn on if configured for host networking (see docker-compose.hostnetwork.yml). Will set host-level settings like iptables.
|
|
|
VERBOSITY: "1" # logging verbosity level - 1, 2, or 3
|
|
|
- MANAGE_IPTABLES: "on" # deprecated
|
|
|
- PORT_FORWARD_SERVICES: "dns" # decide which services to port forward ("dns","ssh", or "mq")
|
|
|
# this section is for OAuth
|
|
|
AUTH_PROVIDER: "" # "<azure-ad|github|google|oidc>"
|
|
|
CLIENT_ID: "" # "<client id of your oauth provider>"
|