mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-19 12:36:03 +00:00
17 lines
339 B
YAML
17 lines
339 B
YAML
services:
|
|
matter-server:
|
|
image: ghcr.io/home-assistant-libs/python-matter-server:8.0.0
|
|
container_name: matter-server
|
|
restart: unless-stopped
|
|
network_mode: host
|
|
volumes:
|
|
- data:/data/
|
|
|
|
volumes:
|
|
data:
|
|
driver: local
|
|
driver_opts:
|
|
type: 'none'
|
|
o: 'bind'
|
|
device: '/app/matter-server/data'
|