This website works better with JavaScript.
首頁
探索
登入
pollutri
/
res_levis_backend
關註
1
收藏
0
複製
0
程式碼
問題管理
1
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
feat: add node-red service, chore: update gitignore, ignore volume directories
chore/proposed-structure
Blaz Smehov
4 週之前
父節點
f9f61afa27
當前提交
c32e042256
共有
2 個文件被更改
,包括
9 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+8
-0
build/docker-compose.yml
+ 1
- 0
.gitignore
查看文件
@@ -23,3 +23,4 @@ presence.db
cmd/presenSe/presence.db
# Dependency directories (remove the comment below to include it)
vendor/
volumes/node-red/
+ 8
- 0
build/docker-compose.yml
查看文件
@@ -35,6 +35,14 @@ services:
ports:
- "127.0.0.1:6379:6379"
node-red:
image: nodered/node-red:latest-22
container_name: node-red
ports:
- "127.0.0.1:1880:1880"
volumes:
- "../volumes/node-red:/data"
presense-decoder:
build:
context: ../
Write
Preview
Loading…
取消
儲存