mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-01-10 20:17:21 +00:00
17 lines
329 B
YAML
17 lines
329 B
YAML
services:
|
|
matter-server:
|
|
image: ghcr.io/matter-js/python-matter-server:8.1.2
|
|
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'
|