This website works better with JavaScript.
Почетна
Преглед
Пријавите Се
pollutri
/
res_levis_backend
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
1
Захтеви за спајање
0
Издања
0
Вики
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…
Откажи
Сачувај