Docker-compose file and scripts for smart home project
- Git (with setup ssh key)
- npm
- angular_cli
- maven
- Docker and Docker compose
Unpack under downloaded repositories:
Name | URL |
---|---|
smart-home-server - Backend | https://github.com/Martilius/smart-home-server |
smart_home_web-app - UI | https://github.com/Vangreen/smart_home_web-app |
.
run.sh
docker-compose.yml
├── /smart_home_web-app # UI
└── /smart-home-server # Backend
and run:
- On x86 linux
sh run.sh
- On arm linux
sh run.sh arm