-
Notifications
You must be signed in to change notification settings - Fork 6
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
MQTT Password and User #7
Comments
Hello Best Regards |
Hi,
I don't remember what I just did, but you can find my settings below.
I think i use another container with the same function. This settings work
:D .
Docker compose or stacks in portainer:
version: "2.1"
services:
mosquitto:
image: eclipse-mosquitto
container_name: Mosquitto
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Brussels
volumes:
- /docker/mosquitto/config:/mosquitto/config/:z
- /docker/mosquitto/log:/mosquitto/log:z
- /docker/mosquitto/data/:/mosquitto/data/:z
ports:
- 9001:9001
- 1883:1883
labels:
- com.centurylinklabs.watchtower.enable=true
restart: unless-stopped
traccar:
image: traccar/traccar:latest
container_name: Traccar
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Brussels
volumes:
- /docker/traccar/logs/:/var/log:z
- /docker/traccar/config/traccar.xml://opt/traccar/conf/traccar.xml:z
ports:
- 8094:8082
- 8201-8407:5001-5207
labels:
- com.centurylinklabs.watchtower.enable=true
restart: unless-stopped
docker_traccar2mqtt:
image: gamebeast/traccar2mqtt
container_name: Traccar2mqtt
environment:
- HOST_IP=192.168.001.016
- clientid=traccar2mqtt
- mqtt_username=
- mqtt_password=
- mqtt_host=http://
- NODE_ENV=production
- TZ=Europe/Brussels
- PUID=1000
- PGID=1000
ports:
- 4411:80
labels:
- com.centurylinklabs.watchtower.enable=true
restart: unless-stopped
kind regards,
Maarten
Op vr 19 mrt. 2021 om 11:42 schreef gdrako ***@***.***>:
… Hello
I have the same situation.
Have you found a solution to this issue ?
Best Regards
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACHPIM3IWEO67PWUGZO6UBLTEMTBNANCNFSM4M47CHBQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
My MQTT broker has a password and username. Is it possible to add these to the config file ?
kind regards
The text was updated successfully, but these errors were encountered: