Problems with setting up Frigate with EMQX as MQTT broker #2742
-
|
I'm trying to do what I said in the title, but I'm getting this error: From the research I've done, it seems this happens when Frigate can't communicate with the MQTT server, but I'm not sure why it isn't able to. This is my Docker Compose file for Frigate: My Frigate config file: And here's my EMQX Docker Compose file: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
I don't see an error in the frigate log you posted. Are these in the same compose file? Are they on the same machine? |
Beta Was this translation helpful? Give feedback.
-
|
Now that they are in the same compose file, you should be able to use |
Beta Was this translation helpful? Give feedback.
Now that they are in the same compose file, you should be able to use
mqttas the host in your frigate config instead of the IP address. If that doesn't work, check the logs for your mqtt container.