In the documentation, the container creation command already includes volume mapping A privacy-first, open-source home assistant | Gladys Assistant
docker run -d \
--restart=always \
--privileged \
--network=host \
--name gladys \
-e NODE_ENV=production \
-e SERVER_PORT=80 \
-e TZ=Europe/Paris \
-e SQLITE_FILE_PATH=/var/lib/gladysassistant/gladys-production.db \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /var/lib/gladysassistant:/var/lib/gladysassistant \
-v /dev:/dev \
gladysassistant/gladys:4.0.0-beta-arm
-v /dev:/dev or -v /run/udev:/run/udev and especially –privileged
In your script, --privileged is missing
Assuming that WiFi or Ethernet coverage is available. I see the idea, I think the pods will meet this need.
The criticality is the same between router and coordinator, you can say the same thing with the dongle, if it falls you have nothing. Just don’t recommend anything other than what the zigbee2mqtt project defines to increase the range. (A router is nothing more than a coordinator with different firmware).
I plan to test your image tonight, I’ll give you feedback ![]()

