chore: bootstrap node-red ableton dashboard
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
node-red:
|
||||
image: "${NODE_RED_IMAGE}:${NODE_RED_VERSION}"
|
||||
container_name: node-red-dev
|
||||
ports:
|
||||
- "${NODE_RED_PORT}:1880"
|
||||
environment:
|
||||
- NODE_RED_ENABLE_SAFE_MODE=false
|
||||
- NODE_RED_CREDENTIAL_SECRET=${NODE_RED_FLOW_CREDENTIAL_SECRET}
|
||||
volumes:
|
||||
- ${NODE_RED_DATA:-./data}:/data
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user