dashboardjavacloudcoapiotiot-analyticsiot-platformiot-solutionskafkalwm2mmicroservicesmiddlewaremqttnettyplatformsnmpthingsboardvisualizationwebsocketswidgets
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
331 B
17 lines
331 B
#
|
|
# SPDX-FileCopyrightText: Copyright The Thingsboard Authors
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
services:
|
|
tb-edqs1:
|
|
volumes:
|
|
- tb-edqs-log-volume:/var/log/tb-edqs
|
|
tb-edqs2:
|
|
volumes:
|
|
- tb-edqs-log-volume:/var/log/tb-edqs
|
|
|
|
volumes:
|
|
tb-edqs-log-volume:
|
|
external:
|
|
name: ${TB_EDQS_LOG_VOLUME}
|
|
|