mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
bitwarden
This commit is contained in:
@ -71,4 +71,17 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 10400:10400
|
- 10400:10400
|
||||||
- 10400:10400/udp
|
- 10400:10400/udp
|
||||||
|
|
||||||
|
matter-server:
|
||||||
|
container_name: matter-server
|
||||||
|
image: ghcr.io/home-assistant-libs/python-matter-server:stable
|
||||||
|
restart: unless-stopped
|
||||||
|
security_opt:
|
||||||
|
- apparmor=unconfined
|
||||||
|
volumes:
|
||||||
|
- /share/docker_data/matter-server:/data
|
||||||
|
- /run/dbus:/run/dbus:ro
|
||||||
|
network_mode: host
|
||||||
|
labels:
|
||||||
|
com.centurylinklabs.watchtower.enable: true
|
Reference in New Issue
Block a user