Domoticz Docker Container update trigger Topic is solved
Moderators: leecollings, remb0
-
- Posts: 86
- Joined: Thursday 23 March 2017 14:18
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Domoticz Docker Container update trigger
i'm switching to have domoticz into a docker container and porting was good at the moment.
there is a difference regarding the update to a new version.
in the bare installation, in setting i can enable an alert so when a new domoticz version is available, a pop up appears and i could easly update.
In the docker container, i haven't is, so i'm wondering how a new version avaliable can be notified?
there is some setting i have to enable, or someone can show me the way to do it?
Thanx
Fabrizio
there is a difference regarding the update to a new version.
in the bare installation, in setting i can enable an alert so when a new domoticz version is available, a pop up appears and i could easly update.
In the docker container, i haven't is, so i'm wondering how a new version avaliable can be notified?
there is some setting i have to enable, or someone can show me the way to do it?
Thanx
Fabrizio
- waltervl
- Posts: 5844
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Domoticz Docker Container update trigger
There is no trigger as it is managed by Docker. There are some tools around docker to check if there is a new docker image. You have to google for that.
Or you can run a regularly update command:
as indicated in the instructions on'
https://hub.docker.com/r/domoticz/domoticz
Or you can run a regularly update command:
Code: Select all
docker compose pull && docker compose up --force-recreate --build -d && docker image prune -f
https://hub.docker.com/r/domoticz/domoticz
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
- gizmocuz
- Posts: 2537
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: Domoticz Docker Container update trigger
You also do not have to update every time.
If you want a good docker compose manager, you could install (via docker compose of course) DockGE, I like this one very much!
If you want a good docker compose manager, you could install (via docker compose of course) DockGE, I like this one very much!
Quality outlives Quantity!
-
- Posts: 86
- Joined: Thursday 23 March 2017 14:18
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Domoticz Docker Container update trigger
thanx to everyone
-
- Posts: 575
- Joined: Monday 20 March 2023 14:41
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Somewhere in NL
- Contact:
Re: Domoticz Docker Container update trigger
Unfortunately it states: "Debian/Raspbian Buster or lower is not supported"
Logic will get you from A to B. Imagination will take you everywhere.
- gizmocuz
- Posts: 2537
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: Domoticz Docker Container update trigger
@Kedi, sure that is very old... consider upgrading to bookworm!
Quality outlives Quantity!
- Varazir
- Posts: 429
- Joined: Friday 20 February 2015 22:23
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: Domoticz Docker Container update trigger
I hade to install some extra libs to get docker running on Buster.
It's a drawback using docker as you need to SSH or install a docker manager. You can't just do it from the Domoticz interface as before.
Installed DockerGE, I should have started with it, now I need to redo everything, yes I can set it up in DockerGE and copy the config files.
But I don't want to mess with the setup again after I got all in place again.
It's a drawback using docker as you need to SSH or install a docker manager. You can't just do it from the Domoticz interface as before.
Installed DockerGE, I should have started with it, now I need to redo everything, yes I can set it up in DockerGE and copy the config files.
But I don't want to mess with the setup again after I got all in place again.
Last edited by Varazir on Saturday 07 June 2025 15:48, edited 1 time in total.
Raspberry PI 2 with RaZberry Controller 2016 ZWave+ and CC2531(zigbee)
Several IKEA devices/z-wave devices
Several IKEA devices/z-wave devices
- gizmocuz
- Posts: 2537
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: Domoticz Docker Container update trigger
Well, there are much more benefits:
- No system dependencies !
- Easy backup
- Easy restore
And yeah, DockGe is a very nice manager for that
You also don't have to update if you don't miss any features or fixes
Now you know how to use docker, you might check out:
https://github.com/Haxxnet/Compose-Examples
So easy to try/install and maintain!
- No system dependencies !
- Easy backup
- Easy restore
And yeah, DockGe is a very nice manager for that
You also don't have to update if you don't miss any features or fixes
Now you know how to use docker, you might check out:
https://github.com/Haxxnet/Compose-Examples
So easy to try/install and maintain!
Quality outlives Quantity!
- Varazir
- Posts: 429
- Joined: Friday 20 February 2015 22:23
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: Domoticz Docker Container update trigger
Did you have all in the same compose?gizmocuz wrote: ↑Saturday 07 June 2025 15:40 Well, there are much more benefits:
- No system dependencies !
- Easy backup
- Easy restore
And yeah, DockGe is a very nice manager for that
You also don't have to update if you don't miss any features or fixes
Now you know how to use docker, you might check out:
https://github.com/Haxxnet/Compose-Examples
So easy to try/install and maintain!

Raspberry PI 2 with RaZberry Controller 2016 ZWave+ and CC2531(zigbee)
Several IKEA devices/z-wave devices
Several IKEA devices/z-wave devices
- Varazir
- Posts: 429
- Joined: Friday 20 February 2015 22:23
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: Domoticz Docker Container update trigger
I have setup as custom link


Raspberry PI 2 with RaZberry Controller 2016 ZWave+ and CC2531(zigbee)
Several IKEA devices/z-wave devices
Several IKEA devices/z-wave devices
- gizmocuz
- Posts: 2537
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: Domoticz Docker Container update trigger
No, everything is in separate containers. You don't need to update some containers, or you might wish to spin up a new container for a test version etc.
Quality outlives Quantity!
- Varazir
- Posts: 429
- Joined: Friday 20 February 2015 22:23
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: Domoticz Docker Container update trigger
Do you have any good script or way to update the containers when here are a new update there?
Have you tested https://getwud.github.io/wud/ ?
Raspberry PI 2 with RaZberry Controller 2016 ZWave+ and CC2531(zigbee)
Several IKEA devices/z-wave devices
Several IKEA devices/z-wave devices
- gizmocuz
- Posts: 2537
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: Domoticz Docker Container update trigger
I use DockGE. I don't want my containers to auto-magically update by itself... no way...
I have dockers I am depending on, and if I just let them update when there is a update, and something is not working, it could be a fault in one of these 20 containers...
Good luck hunting this down.....
For instance, Zigbee2MQTT, I update when I have a device that seems not implemented yet. (If it still is not, I try to make a config and submit)
Domoticz, I update when something visual appealing has changed, or something I really want.
Else, my production instance just keeps running.
All my others I do update, but one at a time, and not often.
You don't have to update because there is a update. It's a docker. Keeping your base system up2date (security patches) is way more important.
I have dockers I am depending on, and if I just let them update when there is a update, and something is not working, it could be a fault in one of these 20 containers...
Good luck hunting this down.....
For instance, Zigbee2MQTT, I update when I have a device that seems not implemented yet. (If it still is not, I try to make a config and submit)
Domoticz, I update when something visual appealing has changed, or something I really want.
Else, my production instance just keeps running.
All my others I do update, but one at a time, and not often.
You don't have to update because there is a update. It's a docker. Keeping your base system up2date (security patches) is way more important.
Quality outlives Quantity!
-
- Posts: 4
- Joined: Thursday 12 September 2024 9:29
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Domoticz Docker Container update trigger
I use Watchtower for this
keeps all Docker instances up to date.
keeps all Docker instances up to date.
- gizmocuz
- Posts: 2537
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: Domoticz Docker Container update trigger
And as mentioned, doing this automatically is not ideal at all!
Using watchtower to update critical services is a very bad idea
Quality outlives Quantity!
Who is online
Users browsing this forum: No registered users and 1 guest