mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-19 20:46:09 +00:00
Added version numbers for most docker-compose files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
homeassistant:
|
||||
container_name: homeassistant
|
||||
image: "ghcr.io/home-assistant/home-assistant:stable"
|
||||
image: "ghcr.io/home-assistant/home-assistant:2025.5.3"
|
||||
ports:
|
||||
- "8123"
|
||||
networks:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
matter-server:
|
||||
image: ghcr.io/home-assistant-libs/python-matter-server:stable
|
||||
image: ghcr.io/home-assistant-libs/python-matter-server:8.0.0
|
||||
container_name: matter-server
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
|
||||
@@ -2,7 +2,7 @@ services:
|
||||
zigbee2mqtt:
|
||||
container_name: zigbee2mqtt
|
||||
restart: unless-stopped
|
||||
image: koenkk/zigbee2mqtt
|
||||
image: koenkk/zigbee2mqtt:2.4.0
|
||||
networks:
|
||||
- default
|
||||
- proxy
|
||||
|
||||
Reference in New Issue
Block a user