Hi Community,
is there already a package for remote.it or an Guide, how to deploy it?
Containers are here: https://hub.docker.com/u/remoteit
Hi Community,
is there already a package for remote.it or an Guide, how to deploy it?
Containers are here: https://hub.docker.com/u/remoteit
Managed it via
services:
remoteit-agent:
restart: unless-stopped
image: remoteit/remoteit-agent:latest
environment:
- R3_REGISTRATION_CODE=${R3_REGISTRATION_CODE}
Is there any way to dynamically define Container Name and Registration code?
Hello, container_name
is not a supported balena docker compose field so you can’t dynamically define it. (See docker-compose.yml fields | balena)
Your registration code example should work, however the value will only be defined inside the container and not visible to balenaCloud in the dashboard.
Name is irrelevant, but for providing it as App, the registration code must be somehow “userdefined”
I’ve putted the constants into an .env file, but these were ignored.