Initial commit

This commit is contained in:
Florian Zirker 2021-01-09 20:40:51 +01:00 committed by Florian Zirker
commit 6c8bbaf8ac
15 changed files with 918 additions and 0 deletions

21
start-all.sh Normal file
View file

@ -0,0 +1,21 @@
#/bin/bash/
cd proxy/
docker-compose up -d
cd ..
cd heimdall/
docker-compose up -d
cd ..
cd portainer/
docker-compose up -d
cd ..
cd smartHome/
docker-compose up -d
cd ..
cd monitoring/
docker-compose up -d
cd ..