Depend basicstation gateway bridge on mosquitto

This commit is contained in:
trivialkettle 2023-10-06 10:04:47 +02:00
parent f691d6c849
commit 964ef0ee8d

View File

@ -30,7 +30,7 @@ services:
- INTEGRATION__MQTT__EVENT_TOPIC_TEMPLATE=eu868/gateway/{{ .GatewayID }}/event/{{ .EventType }} - INTEGRATION__MQTT__EVENT_TOPIC_TEMPLATE=eu868/gateway/{{ .GatewayID }}/event/{{ .EventType }}
- INTEGRATION__MQTT__STATE_TOPIC_TEMPLATE=eu868/gateway/{{ .GatewayID }}/state/{{ .StateType }} - INTEGRATION__MQTT__STATE_TOPIC_TEMPLATE=eu868/gateway/{{ .GatewayID }}/state/{{ .StateType }}
- INTEGRATION__MQTT__COMMAND_TOPIC_TEMPLATE=eu868/gateway/{{ .GatewayID }}/command/# - INTEGRATION__MQTT__COMMAND_TOPIC_TEMPLATE=eu868/gateway/{{ .GatewayID }}/command/#
depends_on: depends_on:
- mosquitto - mosquitto
chirpstack-gateway-bridge-basicstation: chirpstack-gateway-bridge-basicstation:
@ -41,6 +41,8 @@ services:
- 3001:3001 - 3001:3001
volumes: volumes:
- ./configuration/chirpstack-gateway-bridge:/etc/chirpstack-gateway-bridge - ./configuration/chirpstack-gateway-bridge:/etc/chirpstack-gateway-bridge
depends_on:
- mosquitto
chirpstack-rest-api: chirpstack-rest-api:
image: chirpstack/chirpstack-rest-api:4 image: chirpstack/chirpstack-rest-api:4