Jonas Hansen

Results 4 comments of Jonas Hansen

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...

Great! Let me know if you need any help and I'll do my best :) - Jonas

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....

Regarding custom configuration it's possible to bind a single file instead of switching to the local build like so: ``` openhabcloud: image: "openhab/openhabcloud-app" volumes: - ./openhabcloud/config.json:/opt/openhabcloud/config.json ```