Initial commit
This commit is contained in:
commit
6c8bbaf8ac
15 changed files with 918 additions and 0 deletions
21
start-all.sh
Normal file
21
start-all.sh
Normal 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 ..
|
Loading…
Add table
Add a link
Reference in a new issue