diff --git a/compose/traefik/traefik.yml b/compose/traefik/traefik.yml index 619b1d3..06eebb3 100644 --- a/compose/traefik/traefik.yml +++ b/compose/traefik/traefik.yml @@ -19,9 +19,9 @@ entryPoints: scheme: https permanent: true - mqtt: - # mqtt - address: ":1883" + # mqtt: + # # mqtt + # address: ":1883" web-secure: # https @@ -220,11 +220,11 @@ http: tls: certResolver: letsencrypt - mqtt-socket-router: - rule: "Host(`mqtt.furyhawk.lol`)" - entryPoints: - - mqtt - service: emqx-mqtt-socket + # mqtt-socket-router: + # rule: "Host(`mqtt.furyhawk.lol`)" + # entryPoints: + # - mqtt + # service: emqx-mqtt-socket mqtt-ws-http-router: rule: "Host(`mqttx.furyhawk.lol`)" diff --git a/emqx-docker b/emqx-docker index 57a535e..ba207f5 160000 --- a/emqx-docker +++ b/emqx-docker @@ -1 +1 @@ -Subproject commit 57a535e3cdbd46d629e2dcaaf675216fe6a684da +Subproject commit ba207f5018bcc17222d5ad30f9d591c5f6473994 diff --git a/production.yml b/production.yml index 09b748e..0bef69e 100644 --- a/production.yml +++ b/production.yml @@ -233,7 +233,7 @@ services: - "80:80" - "443:443" - "7687:7687" - - "1883:1883" + # - "1883:1883" - "8083:8083" - "8084:8084" - "8883:8883"