Skip to content

Commit

Permalink
updated homebridge
Browse files Browse the repository at this point in the history
  • Loading branch information
heywoodlh committed Nov 1, 2024
1 parent 4a14b78 commit 49adc51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nixos/roles/home-automation/homebridge.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
backend = "docker";
containers = {
homebridge = {
image = "docker.io/homebridge/homebridge:2024-06-27";
image = "docker.io/homebridge/homebridge:2024-10-25";
autoStart = true;
volumes = [
"/opt/homebridge:/homebridge"
Expand All @@ -26,7 +26,7 @@
];
};
zigbee2mqtt = {
image = "docker.io/koenkk/zigbee2mqtt:1.39.0";
image = "docker.io/koenkk/zigbee2mqtt:1.41.0";
autoStart = true;
ports = [
"8081:8080"
Expand All @@ -45,7 +45,7 @@
];
};
mqtt = {
image = "docker.io/eclipse-mosquitto:2.0.18";
image = "docker.io/eclipse-mosquitto:2.0.20";
autoStart = true;
cmd = [
"mosquitto"
Expand Down

0 comments on commit 49adc51

Please sign in to comment.