Warning First run can hog host resources for several minutes and requires internet access.
- Copy docker-compose.yaml to your destination and edit as desired
- Create a valid
devices.yaml
- I.e. based on examples/devices.yaml
- Create a valid
hyperglass.yaml
- I.e. based on examples/hyperglass.yaml
- If redis runs on docker make sure
cache.host
is set toredis.hyperglass
- Run
docker-compose up -d
- Run
docker-compose ps
, to wait till it's up
- Copy docker-compose.build.yaml and docker-compose.yaml to your destination and edit as desired
docker-compose -f docker-compose.yaml -f docker-compose.build.yaml build
docker push ...