chore(deps): update nodered/node-red docker tag to v4 (#3842)
* chore(deps): update nodered/node-red docker tag to v4 * Update app version [ready] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tipi CI <ci@runtipi.io>
This commit is contained in:
parent
7e52e316d0
commit
fd9cb2a58a
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "nodered",
|
||||
"tipi_version": 14,
|
||||
"version": "3.1.11",
|
||||
"tipi_version": 15,
|
||||
"version": "4.0.0",
|
||||
"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.",
|
||||
"short_desc": "Low-code programming for event-driven applications",
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
|||
services:
|
||||
nodered:
|
||||
container_name: nodered
|
||||
image: nodered/node-red:3.1.11
|
||||
image: nodered/node-red:4.0.0
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${APP_PORT}:1880
|
||||
|
|
Loading…
Reference in New Issue
Block a user