This repository has been archived on 2026-02-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Dorian/room-assistant/docker-compose.yaml

26 lines
607 B
YAML

version: '3'
services:
room-assistant:
container_name: room-assistant
image: mkerix/room-assistant
network_mode: host
volumes:
- /var/run/dbus:/var/run/dbus
environment:
RA_GLOBAL_INSTANCE_NAME: slaapkamer-tibo
RA_MQTT_MQTT_URL: mqtt://192.168.0.12:1883
NODE_CONFIG: >
{
"global": {
"integrations": [ "bluetoothClassic" ]
},
{
"cluster": {
"port": 6425,
"autoDiscovery": false,
"peerAddresses": [ "192.168.0.12:6425" ]
}
}
}