fix(gateway): fixed url for influx and mqtt due to nat

Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
2025-04-15 10:44:38 +02:00
parent f4d088decd
commit 5cfa58a743

View File

@@ -23,9 +23,9 @@ services:
- REST_USERNAME=$REST_USERNAME
- REST_PASSWORD=$REST_PASSWORD
- INFLUXDB_URL=http://influx.mse.kb28.ch
- INFLUXDB_URL=http://influx.mse.kb28.ch:8086
- CLIENT_ID=Gateway-SoftwEng
- MQTT_URL=http://mqtt.mse.kb28.ch
- MQTT_URL=tcp://mqtt.mse.kb28.ch:1883
- MEASUREMENT_NAME=THC
labels:
- "traefik.enable=true"