Z-Wave-Me / z-way-issues

This repo is only to host issues for Z-Way.
6 stars 1 forks source link

Transfering system to docker #164

Closed perhusaas closed 3 years ago

perhusaas commented 3 years ago

as mentioned here: https://forum.z-wave.me/viewtopic.php?f=3425&t=33937

So, I made the docker, but i'm struggling with transferring my system to it.

I tried to copy the /config/ folder to the docker volume, but that doesn't contain info about logon details or room configuration. Can someone help me with getting all necessary info in to run it in the docker? Or perhaps which folders in host that needs a bind?

PoltoS commented 3 years ago

config/zddx/* automation/storage

There are few others but less important

perhusaas commented 3 years ago

That works perfect, its now transferred to docker with 3.1.3. Thanks!

If i understand it right, i can now build a new image next time there is an update, and just link to these volumes? That wouldn't work if some files in this folder is a part of the update..