Merge pull request #89 from meienberger/renovate/nodered-node-red-3.x

chore(deps): update nodered/node-red docker tag to v3.0.2
This commit is contained in:
Nicolas Meienberger 2022-10-14 18:45:44 +02:00 committed by GitHub
commit 5beaaeceb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -4,9 +4,11 @@
"port": 8111,
"available": true,
"id": "nodered",
"tipi_version": 1,
"version": "3.0.0",
"categories": ["automation"],
"tipi_version": 2,
"version": "3.0.2",
"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",
"author": "node-red",

View File

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