Update to 0.17.1

This also sets up tls-termination for mosquitto
This commit is contained in:
2023-01-10 09:46:55 +01:00
parent 4ea9492ca3
commit 109a09052d
4 changed files with 8 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ services:
# FIXME: /\ \/ Change http -> https
netmaker: # The Primary Server for running Netmaker
image: gravitl/netmaker:v0.16.1
image: gravitl/netmaker:v0.17.1
depends_on:
- rqlite
cap_add:
@@ -104,7 +104,7 @@ services:
- "51821-51830:51821-51830/udp" # wireguard ports
netmaker-ui: # The Netmaker UI Component
image: gravitl/netmaker-ui:v0.16.1
image: gravitl/netmaker-ui:v0.17.1
depends_on:
- netmaker
links:
@@ -120,7 +120,6 @@ services:
- ./mosquitto/config:/mosquitto/config
- ./mosquitto/data:/mosquitto/data
- ./mosquitto/logs:/mosquitto/log
- "./certs:/certs:ro"
depends_on:
- netmaker
command: ["/mosquitto/config/wait.sh"]