From f0ad017ec0f03a134c900f4a067c355827ca5463 Mon Sep 17 00:00:00 2001 From: forjun00 Date: Wed, 20 May 2026 11:15:29 +0700 Subject: [PATCH] Change default region from EU868 to AS923 for Thailand deployment Switch MQTT topic templates and BasicStation config from eu868 to as923 to support AS923 frequency plan used in Thailand (and other AS923 regions). Co-Authored-By: Claude Sonnet 4.6 --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5d6a9f14..35d4ea85 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,16 +24,16 @@ services: volumes: - ./configuration/chirpstack-gateway-bridge:/etc/chirpstack-gateway-bridge environment: - - INTEGRATION__MQTT__EVENT_TOPIC_TEMPLATE=eu868/gateway/{{ .GatewayID }}/event/{{ .EventType }} - - INTEGRATION__MQTT__STATE_TOPIC_TEMPLATE=eu868/gateway/{{ .GatewayID }}/state/{{ .StateType }} - - INTEGRATION__MQTT__COMMAND_TOPIC_TEMPLATE=eu868/gateway/{{ .GatewayID }}/command/# + - INTEGRATION__MQTT__EVENT_TOPIC_TEMPLATE=as923/gateway/{{ .GatewayID }}/event/{{ .EventType }} + - INTEGRATION__MQTT__STATE_TOPIC_TEMPLATE=as923/gateway/{{ .GatewayID }}/state/{{ .StateType }} + - INTEGRATION__MQTT__COMMAND_TOPIC_TEMPLATE=as923/gateway/{{ .GatewayID }}/command/# depends_on: - mosquitto chirpstack-gateway-bridge-basicstation: image: chirpstack/chirpstack-gateway-bridge:4 restart: unless-stopped - command: -c /etc/chirpstack-gateway-bridge/chirpstack-gateway-bridge-basicstation-eu868.toml + command: -c /etc/chirpstack-gateway-bridge/chirpstack-gateway-bridge-basicstation-as923.toml ports: - "3001:3001" volumes: