hyperglass
hyperglass copied to clipboard
Feature docker
Description
Add Dockerfile & docker-compose files, so that users can more easily use and deploy hyperglass.
Please note the TODOs in the Dockerfile. I don't have enough understanding of the project to oversee and/or fix all these TODOs at this moment. Despite the TODOs, all works as desired.
You could setup github-hooks to push a new version to https://hub.docker.com for each new version/tag.
Related Issues and PRs
- https://github.com/checktheroads/hyperglass/issues/1
- https://github.com/checktheroads/hyperglass/issues/18
- https://github.com/checktheroads/hyperglass/pull/38
I've had a difficult time setting up hyperglass pretty much every time I've done it (or helped someone else do it), so a Docker image would be amazing.
I've finally managed to run Hyperglass in docker but only with Node 14. These files are little bit outdated. If somebody needs sources I can share.
@lst123 would be great if you can share sources :)
Since there GHCR is available it should be very easy to deploy images to GHCR via actions. So no need to setup Docker Hub integration.