Преглед на файлове

feat: add node-red service, chore: update gitignore, ignore volume directories

chore/proposed-structure
Blaz Smehov преди 4 седмици
родител
ревизия
c32e042256
променени са 2 файла, в които са добавени 9 реда и са изтрити 0 реда
  1. +1
    -0
      .gitignore
  2. +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: ../


Зареждане…
Отказ
Запис