使用 JavaScript能使本网站更好的工作。
首页
探索
登录
pollutri
/
res_levis_backend
关注
1
点赞
0
派生
0
代码
工单
1
合并请求
0
版本发布
0
百科
动态
浏览代码
feat: add node-red service, chore: update gitignore, ignore volume directories
chore/proposed-structure
Blaz Smehov
4 周前
父节点
f9f61afa27
当前提交
c32e042256
共有
2 个文件被更改
,包括
9 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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: ../
撰写
预览
正在加载...
取消
保存