Merge pull request #1062 from gravitl/feature_v0.14.0_dns

adding DNS to docker-compose
This commit is contained in:
dcarns 2022-05-04 09:10:28 -04:00 committed by GitHub
commit 1aa615e304
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 6 deletions

View file

@ -35,7 +35,8 @@ services:
MQ_HOST: "mq"
HOST_NETWORK: "off"
VERBOSITY: "1"
MANAGE_IPTABLES: "off"
MANAGE_IPTABLES: "on"
PORT_FORWARD_SERVICES: "dns"
ports:
- "51821-51830:51821-51830/udp"
- "8081:8081"

View file

@ -32,7 +32,8 @@ services:
HOST_NETWORK: "on"
NODE_ID: "netmaker-server-1"
VERBOSITY: "1"
MANAGE_IPTABLES: "off"
MANAGE_IPTABLES: "on"
PORT_FORWARD_SERVICES: "dns"
netmaker-ui:
container_name: netmaker-ui
depends_on:

View file

@ -35,7 +35,8 @@ services:
MQ_HOST: "mq"
HOST_NETWORK: "off"
VERBOSITY: "1"
MANAGE_IPTABLES: "off"
MANAGE_IPTABLES: "on"
PORT_FORWARD_SERVICES: "dns"
ports:
- "51821-51830:51821-51830/udp"
- "8081:8081"

View file

@ -35,7 +35,8 @@ services:
MQ_HOST: "mq"
HOST_NETWORK: "off"
VERBOSITY: "1"
MANAGE_IPTABLES: "off"
MANAGE_IPTABLES: "on"
PORT_FORWARD_SERVICES: "dns"
ports:
- "51821-51830:51821-51830/udp"
- "8081:8081"

View file

@ -37,7 +37,8 @@ services:
TELEMETRY: "on" # Whether or not to send telemetry data to help improve Netmaker. Switch to "off" to opt out of sending telemetry.
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.
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.
MANAGE_IPTABLES: "off" # deprecated
MANAGE_IPTABLES: "on" # deprecated
PORT_FORWARD_SERVICES: "dns" # decide which services to port forward ("dns","ssh", or "mq")
ports:
- "51821-51830:51821-51830/udp"
- "8081:8081"

View file

@ -35,7 +35,8 @@ services:
MQ_HOST: "mq"
HOST_NETWORK: "off"
VERBOSITY: "1"
MANAGE_IPTABLES: "off"
PORT_FORWARD_SERVICES: "dns"
MANAGE_IPTABLES: "on"
ports:
- "51821-51830:51821-51830/udp"
- "8081:8081"