removed version property from docker-compose
This commit is contained in:
parent
0baa70dc97
commit
331266499c
@ -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
|
||||||
|
|||||||
@ -14,8 +14,6 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
version: '3.0'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
cassandra:
|
cassandra:
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
@ -14,8 +14,6 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
version: '3.0'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
tb-edqs1:
|
tb-edqs1:
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
@ -14,8 +14,6 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
version: '3.0'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
@ -14,8 +14,6 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
version: '3.0'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
kafka:
|
kafka:
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
@ -14,8 +14,6 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
version: '3.0'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@ -14,8 +14,6 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
version: '3.0'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
@ -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: {}
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -14,8 +14,6 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
version: '3.0'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
valkey:
|
valkey:
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -14,8 +14,6 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
version: '3.0'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
tb-core1:
|
tb-core1:
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@ -14,9 +14,6 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
version: '3.0'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
zookeeper:
|
zookeeper:
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
@ -14,8 +14,6 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
version: '3.0'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
cassandra:
|
cassandra:
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -14,6 +14,4 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
version: '3.0'
|
|
||||||
|
|
||||||
# Placeholder
|
# Placeholder
|
||||||
|
|||||||
@ -14,8 +14,6 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
version: '3.0'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
@ -14,8 +14,6 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
version: '3.0'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
valkey:
|
valkey:
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user