aboutsummaryrefslogtreecommitdiff
path: root/internal/matter-server/compose.yaml
blob: d282e2370a933b384fba4421086f0e35006f035a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: matter-server
version: '3.8'
services:
    matter-server:
      container_name: matter-server
      image: ghcr.io/home-assistant-libs/python-matter-server:stable
      restart: always
      security_opt:
        - apparmor=unconfined
      volumes:
        - "${MATTER_SERVER_PATH}:/data"
        - /run/dbus:/run/dbus:ro
      network_mode: host