roomba_rest980/docker-compose.yaml

13 lines
328 B
YAML
Raw Permalink Normal View History

2025-07-15 22:58:13 +00:00
services:
rest980:
container_name: rest980
image: koalazak/rest980:latest
ports:
- "3000:3000"
environment:
# Replace the following with the credentials you got in the last step.
- BLID=<BLID>
- PASSWORD=<PW>
- ROBOT_IP=<IP>
- FIRMWARE_VERSION=2
restart: unless-stopped