Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuring VerneMQ via Docker Image in Azure container app #359

Open
ankitshah197 opened this issue Aug 2, 2023 · 0 comments
Open

Configuring VerneMQ via Docker Image in Azure container app #359

ankitshah197 opened this issue Aug 2, 2023 · 0 comments

Comments

@ankitshah197
Copy link

Hello Team,

I am new to VerneMQ. I am trying to configure VerneMQ via docker file. It's working as expected in my docker desktop. But when I am trying to run the same in Azure Docker container App I am not able to connect it via MQTT explorer (Tool that connect mqtt broker).

My docker file

FROM vernemq/vernemq
WORKDIR /vernemq
COPY ["VerneMQ/lua-Skripte/init.lua","share/lua/"]
COPY ["VerneMQ/lua-Skripte/sha1.lua","share/lua/"]
COPY ["VerneMQ/lua-Skripte/auth/.","share/lua/auth/"]
COPY ["VerneMQ/vernemq.conf","etc/"]
COPY ["VerneMQ/ca-combined.crt","etc/"]
COPY ["VerneMQ/server.key","etc/"]
COPY ["VerneMQ/server-2022.crt","etc/"]

Below is Azure log stream screenshot

image

When I ping the VerneMQ from Azure console log it's also works there

image

But when I tried to connect azure container app via MQTT explorer it's not working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant