init: docker file + openhab config files

This commit is contained in:
theBigBlase 2023-12-09 16:10:01 -05:00
parent 065e2b01e6
commit 246357858b
113 changed files with 4381 additions and 0 deletions

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
.PHONY: all test clean build
ID := $(shell id -u)
GID := $(shell id -g)
all:
ID=$(ID) GID=$(GID) docker compose up -d