Skip to content

Commit

Permalink
change mqtt broker port
Browse files Browse the repository at this point in the history
  • Loading branch information
franzmueller committed Jan 18, 2024
1 parent f0b40c2 commit fa7203e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source https://github.com/SENERGY-Platform/mgw-ma
RUN apk add bluez git && pip install git+https://github.com/SENERGY-Platform/pymadoka.git

ENV MQTT_HOST message-broker
ENV MQTT_PORT 1883
ENV MQTT_PORT 1881
ENV MQTT_USER ""
ENV MQTT_PW ""
ENV MQTT_SSL False
Expand Down
4 changes: 2 additions & 2 deletions module/Modfile.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
modfileVersion: "v1"
id: github.com/SENERGY-Platform/mgw-madoka-dc/module
name: Madoka Device-Connector
version: v0.0.2
version: v0.0.3
type: device-connector
deploymentType: multiple
license: "Apache License 2.0"
Expand All @@ -16,7 +16,7 @@ dependencies:
services:
mgw-madoka-dc:
name: mgw-madoka-dc
image: ghcr.io/senergy-platform/mgw-madoka-dc:v0.0.2
image: ghcr.io/senergy-platform/mgw-madoka-dc:v0.0.3
configs:
mqttinterval:
dataType: int
Expand Down

0 comments on commit fa7203e

Please sign in to comment.