This commit is contained in:
2025-11-06 16:50:23 +01:00
parent b7efae61c4
commit 6bf8ac3f99
4 changed files with 278 additions and 1 deletions

View File

@@ -59,6 +59,16 @@ docker run --rm -p 8010:8010 \
simulator:dev
```
**Mit Docker Network (optional):**
```bash
docker network create home-automation
docker run --rm -p 8010:8010 \
--network home-automation \
--name simulator \
-e MQTT_BROKER=172.16.2.16 \
simulator:dev
```
#### Environment Variables
| Variable | Default | Description |