We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f691d6c commit f71a9f0Copy full SHA for f71a9f0
docker-compose.yml
@@ -30,7 +30,7 @@ services:
30
- INTEGRATION__MQTT__EVENT_TOPIC_TEMPLATE=eu868/gateway/{{ .GatewayID }}/event/{{ .EventType }}
31
- INTEGRATION__MQTT__STATE_TOPIC_TEMPLATE=eu868/gateway/{{ .GatewayID }}/state/{{ .StateType }}
32
- INTEGRATION__MQTT__COMMAND_TOPIC_TEMPLATE=eu868/gateway/{{ .GatewayID }}/command/#
33
- depends_on:
+ depends_on:
34
- mosquitto
35
36
chirpstack-gateway-bridge-basicstation:
@@ -41,6 +41,8 @@ services:
41
- 3001:3001
42
volumes:
43
- ./configuration/chirpstack-gateway-bridge:/etc/chirpstack-gateway-bridge
44
45
+ - mosquitto
46
47
chirpstack-rest-api:
48
image: chirpstack/chirpstack-rest-api:4
0 commit comments