mirror of
https://github.com/sudoxnym/roomba_rest980.git
synced 2026-04-14 11:37:46 +00:00
13 lines
No EOL
328 B
YAML
13 lines
No EOL
328 B
YAML
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 |