-
-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenHab Cloud Docker Image Request #171
Comments
Hi @JonasMH , there is actually a docker image and you just need to run one command with docker-compose. BR Mehmet |
I saw that, but the issue is that to do so, you need to clone the entire repository onto the server and then build the image where a lot of things can go wrong. Where what I'm suggesting is to put a pre-built image up on the Docker Hub, so the docker-compose file can be written of follows, without pulling the repo:
|
Ok, got your point. BR Mehmet |
Great! Let me know if you need any help and I'll do my best :)
|
Hi @JonasMH, I will push soon some cool stuff for this one. BR Mehmet |
Hi @marziman, Saw some images got posted to the docker hub on the openhab profile. Tried setting the app-image up and it worked after redis and mongodb was also setup. Made it much easier to get openhab cloud up and running. :) Thank you for your help and work. |
Regarding custom configuration it's possible to bind a single file instead of switching to the local build like so:
|
Hey,
I'm in the process of setting up an openhab-cloud instance and having some problems that could be solved by having a prebuilt docker image. Had to install NPM, NodeJS & errors such as 'Cannot find module '../build/Debug/addon', and additionally it seems wrong to have to build the solution on a production server.
So a pre-built Docker Image on the OpenHab Docker hub would really be appreciated.
The text was updated successfully, but these errors were encountered: