Update Servers/Containerization/Docker/Compose/Node-Red.md

This commit is contained in:
2025-04-20 23:57:43 -06:00
parent 5ed211f3f7
commit 2c7a59d611

View File

@ -1,6 +1,6 @@
**Purpose**: Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways. **Purpose**: Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways.
```jsx title="docker-compose.yml" ```yaml title="docker-compose.yml"
version: "3.7" version: "3.7"
services: services:
@ -24,6 +24,6 @@ networks:
``` ```
```jsx title=".env" ```yaml title=".env"
Not Applicable Not Applicable
``` ```