mirror of
https://github.com/gravitl/netmaker.git
synced 2026-04-23 00:17:10 +08:00
add host gateway to caddy extra hosts
This commit is contained in:
+1
-4
@@ -42,12 +42,9 @@ https://turn.NETMAKER_BASE_DOMAIN {
|
||||
|
||||
#TURN API
|
||||
https://turnapi.NETMAKER_BASE_DOMAIN {
|
||||
reverse_proxy http://turn:8089
|
||||
reverse_proxy http://host.docker.internal:8089
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
# MQ
|
||||
wss://broker.NETMAKER_BASE_DOMAIN {
|
||||
reverse_proxy ws://mq:8883 # For EMQX websockets use `reverse_proxy ws://mq:8083`
|
||||
|
||||
Reference in New Issue
Block a user