This commit is contained in:
2023-11-09 18:04:05 +01:00
parent 0eb133cede
commit 58f17be962
4 changed files with 4 additions and 5 deletions

View File

@ -3,7 +3,7 @@ FROM python:3.10-bullseye
ENV MQTT_LOGIN "-"
ENV MQTT_PASSWORD "-"
ENV MQTT_BROKER "-"
ENV MQTT_PORT "8883"
ENV MQTT_PORT "1883"
ENV MQTT_CA ""
ENV PGHOST ""