Skip to content

Commit

Permalink
rename mqtt client ids to not be staging
Browse files Browse the repository at this point in the history
  • Loading branch information
oscgonfer committed Oct 22, 2024
1 parent 568b597 commit 3e51bc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compose/mqtt-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ services:
file: mqtt-task-common.yml
service: mqtt-task
environment:
MQTT_CLIENT_ID: smartcitizen-api-staging-main-1
MQTT_CLIENT_ID: smartcitizen-api-main-1
MQTT_CLEAN_SESSION: false
mqtt-task-main-2:
extends:
file: mqtt-task-common.yml
service: mqtt-task
environment:
MQTT_CLIENT_ID: smartcitizen-api-staging-main-2
MQTT_CLIENT_ID: smartcitizen-api-main-2
MQTT_CLEAN_SESSION: false
mqtt-task-secondary:
extends:
file: mqtt-task-common.yml
service: mqtt-task
environment:
MQTT_CLIENT_ID: "smartcitizen-api-staging-secondary"
MQTT_CLIENT_ID: "smartcitizen-api-secondary"
MQTT_CLEAN_SESSION: true
deploy:
mode: replicated
Expand Down

0 comments on commit 3e51bc5

Please sign in to comment.