이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
로그인
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 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: ../
쓰기
미리보기
불러오는 중...
취소
저장