Add Template Node red (#164)
This commit is contained in:
committed by
GitHub
parent
744c7a5e10
commit
add9717d64
@@ -4,18 +4,14 @@ services:
|
||||
image: nodered/node-red:latest
|
||||
container_name: node-red
|
||||
environment:
|
||||
NODE_RED_CREDENTIAL_SECRET: ${NODE_RED_CREDENTIAL_SECRET}
|
||||
TZ: ${TZ}
|
||||
NODE_RED_CREDENTIAL_SECRET: ${NODE_RED_CREDENTIAL_SECRET}
|
||||
TZ: ${TZ}
|
||||
volumes:
|
||||
- node-red-data:/data
|
||||
- data:/data
|
||||
ports:
|
||||
- 1880:1880
|
||||
networks:
|
||||
iot:
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
node-red-data:
|
||||
data:
|
||||
|
||||
networks:
|
||||
iot:
|
||||
Reference in New Issue
Block a user