I am using my synology NAS for running my HA container and Z-wave JS container. I can connect to both UI’s however in home assistant I can not integrate with Z-wave JS.
I used the standard HA docker container edition as provided by Synology. Unfortunately I can not use the VM option.
I am using the Z-stick -7 as USB in my synology nas. I can see activity using the z-wave ui. So it looks like the USB is configured ok.
I do this on Synology, run an HA containers and a zwavejs container.
It appears you are partially on the wrong path.
Step 1 verify you can login to the zwavejs UI using
192.168.17.19:8091
Does that work and do you have zwave devices? I ask that because Synology does not ship with the USB drivers for a Gen7 stick, and so you may have some stuff to do to get this working.
Step 2: delete that stuff out of configuration.yaml and restart. Go into settings / integrations and add the zwave integration, when it asks you for the URL type in
ws://192.168.17.19:3000/
If that fails to connect you probably have an issue with your firewall.
Both HA and zwavejsui are in docker on the same host?
You don’t connect using host IP you should connect using container_hostname:port
EDIT
If containers are on same host the firewall has nothing to do with this. Docker uses its own networks that never touch your LAN. You should not be connecting containers on same host using local LAN. If containers are in different hosts the YES, maybe firewall but I doubt it and this can be checked by pinging host to host