chore(deps): update nodered/node-red docker tag to v3.1.0 (#1152)

This commit is contained in:
renovate[bot] 2023-09-06 21:38:26 +00:00 committed by GitHub
parent 2f37a2e635
commit 9538f8ecb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -5,9 +5,11 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "nodered", "id": "nodered",
"tipi_version": 4, "tipi_version": 5,
"version": "3.0.2", "version": "3.1.0",
"categories": ["automation"], "categories": [
"automation"
],
"description": "Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways. It provides a browser-based editor that makes it easy to wire together flows using the wide range of nodes in the palette that can be deployed to its runtime in a single-click.", "description": "Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways. It provides a browser-based editor that makes it easy to wire together flows using the wide range of nodes in the palette that can be deployed to its runtime in a single-click.",
"short_desc": "Low-code programming for event-driven applications", "short_desc": "Low-code programming for event-driven applications",
"author": "node-red", "author": "node-red",

View File

@ -3,7 +3,7 @@ version: "3.7"
services: services:
nodered: nodered:
container_name: nodered container_name: nodered
image: nodered/node-red:3.0.2 image: nodered/node-red:3.1.0
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:1880 - ${APP_PORT}:1880