updated config.json to include correct information and added docker-compose.yaml

This commit is contained in:
2025-06-20 22:48:11 -05:00
parent f4ad482f19
commit bc94384d99
2 changed files with 18 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
{
"mqtt_url": "mqtt://localhost:1883",
"mqtt_url": "mqtt://mqtt-user:G00d.Night@192.168.4.20:1883",
"mqtt_options": "",
"livestream_user": "",
"livestream_pass": "",
"livestream_user": "mqtt-user",
"livestream_pass": "G00d.Night",
"disarm_code": "",
"enable_cameras": true,
"enable_modes": false,