Skip to content

Commit f71a9f0

Browse files
Depend basicstation gateway bridge on mosquitto (#93)
1 parent f691d6c commit f71a9f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
- INTEGRATION__MQTT__EVENT_TOPIC_TEMPLATE=eu868/gateway/{{ .GatewayID }}/event/{{ .EventType }}
3131
- INTEGRATION__MQTT__STATE_TOPIC_TEMPLATE=eu868/gateway/{{ .GatewayID }}/state/{{ .StateType }}
3232
- INTEGRATION__MQTT__COMMAND_TOPIC_TEMPLATE=eu868/gateway/{{ .GatewayID }}/command/#
33-
depends_on:
33+
depends_on:
3434
- mosquitto
3535

3636
chirpstack-gateway-bridge-basicstation:
@@ -41,6 +41,8 @@ services:
4141
- 3001:3001
4242
volumes:
4343
- ./configuration/chirpstack-gateway-bridge:/etc/chirpstack-gateway-bridge
44+
depends_on:
45+
- mosquitto
4446

4547
chirpstack-rest-api:
4648
image: chirpstack/chirpstack-rest-api:4

0 commit comments

Comments
 (0)