Skip to content

Commit

Permalink
nodered
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Jun 11, 2024
1 parent 03c824e commit 8b4ebcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/nodered/.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ W9_HTTP_PORT=1880
W9_HTTP_PORT_SET=9001
W9_URL=appname.example.com
W9_NETWORK=websoft9
#### --------------------------------------------------------------------------------------- ####
#### --------------------------------------------------------------------------------------- ####

# env docs: https://nodered.org/docs/getting-started/docker#startup
# config_file:/data/settings.js
2 changes: 2 additions & 0 deletions apps/nodered/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ services:
container_name: ${W9_ID}
ports:
- ${W9_HTTP_PORT_SET}:1880
environment:
- TZ=Europe/Amsterdam
volumes:
- nodered_data:/data
env_file: .env
Expand Down

0 comments on commit 8b4ebcc

Please sign in to comment.