add host gateway to caddy extra hosts

This commit is contained in:
Abhishek Kondur
2023-04-26 15:44:08 +04:00
parent 09a5b0ff62
commit 8974ced2ea
2 changed files with 4 additions and 5 deletions
+1 -4
View File
@@ -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`