13 lines
230 B
YAML
13 lines
230 B
YAML
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:
|