removed version property from docker-compose

This commit is contained in:
Yatharth Sharma 2025-07-15 21:50:37 +05:30
parent 0baa70dc97
commit 331266499c
24 changed files with 1 additions and 60 deletions

View File

@ -32,19 +32,7 @@ docker run --rm -v tb-edge-postgres-data:/volume -v ~/.mytb-edge-data/db:/backup
After completing the data migration to the newly created Docker volumes, you'll need to update the volume mounts in your Docker Compose configuration. After completing the data migration to the newly created Docker volumes, you'll need to update the volume mounts in your Docker Compose configuration.
Modify the `docker-compose.yml` file for ThingsBoard Edge to update the volume settings. Modify the `docker-compose.yml` file for ThingsBoard Edge to update the volume settings.
First, please update docker compose file version. Find next snippet: Update volume mounts. Locate the following snippet:
```text
version: '3.0'
...
```
And replace it with:
```text
version: '3.8'
...
```
Then update volume mounts. Locate the following snippet:
```text ```text
volumes: volumes:
- ~/.mytb-edge-data:/data - ~/.mytb-edge-data:/data

View File

@ -14,8 +14,6 @@
# limitations under the License. # limitations under the License.
# #
version: '3.0'
services: services:
cassandra: cassandra:
volumes: volumes:

View File

@ -14,8 +14,6 @@
# limitations under the License. # limitations under the License.
# #
version: '3.0'
services: services:
tb-js-executor: tb-js-executor:
env_file: env_file:

View File

@ -14,8 +14,6 @@
# limitations under the License. # limitations under the License.
# #
version: '3.0'
services: services:
tb-edqs1: tb-edqs1:
volumes: volumes:

View File

@ -14,8 +14,6 @@
# limitations under the License. # limitations under the License.
# #
version: '3.0'
services: services:
tb-core1: tb-core1:
env_file: env_file:

View File

@ -14,8 +14,6 @@
# limitations under the License. # limitations under the License.
# #
version: '3.0'
services: services:
postgres: postgres:
restart: always restart: always

View File

@ -14,8 +14,6 @@
# limitations under the License. # limitations under the License.
# #
version: '3.0'
services: services:
kafka: kafka:
restart: always restart: always

View File

@ -14,8 +14,6 @@
# limitations under the License. # limitations under the License.
# #
version: '3.0'
services: services:
postgres: postgres:
volumes: volumes:

View File

@ -14,8 +14,6 @@
# limitations under the License. # limitations under the License.
# #
version: '3.0'
services: services:
postgres: postgres:
restart: always restart: always

View File

@ -14,8 +14,6 @@
# limitations under the License. # limitations under the License.
# #
version: '3.0'
volumes: volumes:
prometheus_data: {} prometheus_data: {}
grafana_data: {} grafana_data: {}

View File

@ -14,8 +14,6 @@
# limitations under the License. # limitations under the License.
# #
version: '3.0'
services: services:
# Valkey cluster # Valkey cluster
valkey-node-0: valkey-node-0:

View File

@ -14,8 +14,6 @@
# limitations under the License. # limitations under the License.
# #
version: '3.0'
services: services:
# Valkey cluster # Valkey cluster
# The latest version of Valkey compatible with ThingsBoard is 8.0 # The latest version of Valkey compatible with ThingsBoard is 8.0

View File

@ -14,8 +14,6 @@
# limitations under the License. # limitations under the License.
# #
version: '3.0'
services: services:
# Valkey sentinel # Valkey sentinel
valkey-primary: valkey-primary:

View File

@ -14,8 +14,6 @@
# limitations under the License. # limitations under the License.
# #
version: '3.0'
services: services:
# Valkey sentinel # Valkey sentinel
# The latest version of Valkey compatible with ThingsBoard is 8.0 # The latest version of Valkey compatible with ThingsBoard is 8.0

View File

@ -14,8 +14,6 @@
# limitations under the License. # limitations under the License.
# #
version: '3.0'
services: services:
valkey: valkey:
volumes: volumes:

View File

@ -13,9 +13,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
version: '3.0'
services: services:
# Valkey standalone # Valkey standalone
# The latest version of Valkey compatible with ThingsBoard is 8.0 # The latest version of Valkey compatible with ThingsBoard is 8.0

View File

@ -14,8 +14,6 @@
# limitations under the License. # limitations under the License.
# #
version: '3.0'
services: services:
tb-core1: tb-core1:
volumes: volumes:

View File

@ -14,9 +14,6 @@
# limitations under the License. # limitations under the License.
# #
version: '3.0'
services: services:
zookeeper: zookeeper:
restart: always restart: always

View File

@ -14,8 +14,6 @@
# limitations under the License. # limitations under the License.
# #
version: '3.0'
services: services:
cassandra: cassandra:
environment: environment:

View File

@ -14,7 +14,6 @@
# limitations under the License. # limitations under the License.
# #
version: '3.0'
services: services:
broker: broker:
image: eclipse-mosquitto image: eclipse-mosquitto

View File

@ -14,6 +14,4 @@
# limitations under the License. # limitations under the License.
# #
version: '3.0'
# Placeholder # Placeholder

View File

@ -14,8 +14,6 @@
# limitations under the License. # limitations under the License.
# #
version: '3.0'
services: services:
rabbitmq: rabbitmq:
restart: always restart: always

View File

@ -14,8 +14,6 @@
# limitations under the License. # limitations under the License.
# #
version: '3.0'
services: services:
valkey: valkey:
volumes: volumes:

View File

@ -14,8 +14,6 @@
# limitations under the License. # limitations under the License.
# #
version: '3.0'
services: services:
# Valkey standalone # Valkey standalone
# The latest version of Valkey compatible with ThingsBoard is 8.0 # The latest version of Valkey compatible with ThingsBoard is 8.0