Initial commit: Nextcloud Node-RED Docker image and custom nodes
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
node-red:
|
||||
build: .
|
||||
image: nextcloud-node-red:latest
|
||||
container_name: nextcloud-node-red
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
volumes:
|
||||
- node-red-data:/data
|
||||
|
||||
volumes:
|
||||
node-red-data:
|
||||
Reference in New Issue
Block a user