File tree Expand file tree Collapse file tree 4 files changed +30
-7
lines changed
chirpstack-application-server
chirpstack-gateway-bridge
chirpstack-network-server Expand file tree Collapse file tree 4 files changed +30
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ CONTAINER_REGISTRY: chirpstack
77
88# Image that needs to be used.
99DOCKER_IMAGE_NAME : chirpstack-application-server
10- DOCKER_IMAGE_TAG : ' 3.17'
10+ DOCKER_IMAGE_TAG : ' 3.17.9 '
1111
1212DOCKER_IMAGE_PULL_POLICY : Always
1313
Original file line number Diff line number Diff line change @@ -7,8 +7,31 @@ data: # Remember this contains passwords - might be an idea to use secrets and e
77 # See https://www.chirpstack.io/gateway-bridge/install/config/ for a full
88 # configuration example and documentation.
99
10- [integration.mqtt.auth.generic]
11- servers=["tcp://mosquitto-svc:1883"]
12- username=""
13- password=""
10+ # Integration configuration.
11+ [integration]
12+ # Payload marshaler.
13+ #
14+ # This defines how the MQTT payloads are encoded. Valid options are:
15+ # * protobuf: Protobuf encoding
16+ # * json: JSON encoding (for debugging)
17+ marshaler="protobuf"
18+
19+ [integration.mqtt]
20+ # Event topic template.
21+ event_topic_template="gateway/{{ .GatewayID }}/event/{{ .EventType }}"
22+
23+ # State topic template.
24+ state_topic_template="gateway/{{ .GatewayID }}/state/{{ .StateType }}"
25+
26+ # Command topic template.
27+ command_topic_template="gateway/{{ .GatewayID }}/command/#"
28+ [integration.mqtt.auth]
29+ # Type defines the MQTT authentication type to use.
30+ #
31+ # Set this to the name of one of the sections below.
32+ type="generic"
33+ [integration.mqtt.auth.generic]
34+ servers=["tcp://mosquitto-svc:1883"]
35+ username=""
36+ password=""
1437
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ CONTAINER_REGISTRY: chirpstack
77
88# Image that needs to be used.
99DOCKER_IMAGE_NAME : chirpstack-gateway-bridge
10- DOCKER_IMAGE_TAG : ' 3.13 '
10+ DOCKER_IMAGE_TAG : ' 4.0.10 '
1111
1212DOCKER_IMAGE_PULL_POLICY : Always
1313
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ CONTAINER_REGISTRY: chirpstack
77
88# Image that needs to be used.
99DOCKER_IMAGE_NAME : chirpstack-network-server
10- DOCKER_IMAGE_TAG : ' 3.15 '
10+ DOCKER_IMAGE_TAG : ' 3.16.8 '
1111
1212DOCKER_IMAGE_PULL_POLICY : Always
1313
You can’t perform that action at this time.
0 commit comments