Cloud link microservices
Add the cloudlink microservice to the production stack:
services:
cloudlink:
image: ghcr.io/openherb/cloudlink:latest
container_name: cloudlink
restart: always
depends_on:
- rmq
devices:
- "/dev/ttyUSB0:/dev/ttyUSB0"
environment:
- RABBITMQ_ADDR=rmq:1883
- TELEMETRY_TOPIC=topic/telemetry
- CLIENT_ID=d1db92fb-ba15-4dcd-8603-64e0bcf1828b
Start the local development stack mounting the repository root:
docker compose up
Teardown the development stack
docker compose down --rmi "all"
Access the rabbitmq management server at http://localhost:15672/. Visit the Queues
tab to view the publish and subscription digests.
user: admin
password: admin