updating readme

This commit is contained in:
afeiszli
2022-05-24 15:17:39 -04:00
parent 8197728cad
commit e6fd9ffa4e
4 changed files with 13 additions and 12 deletions
+4 -6
View File
@@ -35,11 +35,10 @@ services:
MQ_HOST: "mq"
HOST_NETWORK: "off"
VERBOSITY: "1"
PORT_FORWARD_SERVICES: "dns"
MANAGE_IPTABLES: "on"
PORT_FORWARD_SERVICES: "dns"
ports:
- "51821-51830:51821-51830/udp"
- "8081:8081"
netmaker-ui:
container_name: netmaker-ui
depends_on:
@@ -47,8 +46,6 @@ services:
image: gravitl/netmaker-ui:v0.14.1
links:
- "netmaker:api"
ports:
- "8082:80"
environment:
BACKEND_URL: "https://api.NETMAKER_BASE_DOMAIN"
restart: always
@@ -65,7 +62,9 @@ services:
image: caddy:latest
container_name: caddy
restart: unless-stopped
network_mode: host # Wants ports 80 and 443!
ports:
- "80:80"
- "443:443"
volumes:
- /root/Caddyfile:/etc/caddy/Caddyfile
# - $PWD/site:/srv # you could also serve a static site in site folder
@@ -78,7 +77,6 @@ services:
container_name: mq
restart: unless-stopped
ports:
- "127.0.0.1:1883:1883"
- "8883:8883"
volumes:
- /root/mosquitto.conf:/mosquitto/config/mosquitto.conf