You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- (Bonus) Use with [Home Assistant](https://community.home-assistant.io/t/home-assistant-community-add-on-node-red/55023) to make your office lights go into disco mode when a pipeline completes 🪩 🕺🏻 🎉
35
35
36
-
> [!NOTE]
36
+
> [!TIP]
37
37
> This package includes several example flows which you can import and repurpose.
38
38
> **See the [example docs](./docs/README.md) for more information.**
39
39
@@ -53,25 +53,43 @@ Install via the Node-RED palette manager _or_ from the command line inside your
53
53
npm install @seqera/node-red-seqera
54
54
```
55
55
56
-
## Seqera Studios
56
+
## Docker
57
57
58
-
This repository comes with a custom Docker image containing both Node-RED and the Seqera nodes, designed to run within
This repository comes with a custom Docker image containing both Node-RED and the Seqera nodes, so that you can quickly launch a complete instance of Node-RED with everything you need.
59
+
60
+
> [!NOTE]
61
+
> This image is designed to be a reference only to get you started only.
62
+
> You may want to customise the `docker/Dockerfile` and `docker/settings.js` files.
60
63
61
-
Simply create a new Studio with the _Template_ set to _Prebuilt container image_ and enter:
64
+
The image can be found at (also with verioned tags):
62
65
63
66
```
64
67
ghcr.io/seqeralabs/node-red-seqera:latest
65
68
```
66
69
70
+
To run, you can use a Docker command such as the following:
71
+
72
+
```bash
73
+
docker run -p 1880:1880 ghcr.io/seqeralabs/node-red-seqera:latest
74
+
```
75
+
76
+
Please note that you will need to mount a local data folder to save progress, or save flows using _Projects_, in case you need to kill the container to upgrade or similar.
77
+
See [the Node-RED documentation](https://nodered.org/docs/getting-started/docker) for more details.
78
+
79
+
## Seqera Studios
80
+
81
+
In addition to the base Docker image, the repo has an image specifically designed to run within [Seqera Studios](https://docs.seqera.io/platform-cloud/studios/overview).
82
+
83
+
To use, create a new Studio with the _Template_ set to _Prebuilt container image_ and enter:
84
+
85
+
```
86
+
ghcr.io/seqeralabs/node-red-seqera:studios-latest
87
+
```
88
+
67
89
Make sure that the studio is set to _Always keep the session running_.
68
90
69
91
Your new Studio should launch with a complete Node-RED instance that's ready for you to customise and use with Seqera automation.
70
92
71
-
> [!NOTE]
72
-
> This image is designed to be a reference only to get you started only.
73
-
> You may want to customise the `studios-template/Dockerfile` and `studios-template/settings.js` files.
74
-
75
93
## Example Flows
76
94
77
95
Once installed, example flows are available in the Node-RED import menu under _Import_ > _Examples_ > _@seqera/node-red-seqera_.
0 commit comments