init: docker file + openhab config files
This commit is contained in:
parent
065e2b01e6
commit
246357858b
113 changed files with 4381 additions and 0 deletions
7
Makefile
Normal file
7
Makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue