air-gapped deployment, service variables

Hi! If I want to deploy a multi-container app to a device without cloud connection, is it possible to pass the Balena Cloud environment variables to the containers without declaring them directly in the compose file?

Hello @haronaut

did you try the offline updates? Offline updates - Balena Documentation

or preloading the services into the OS image and adding the device variables using balena CLI?

Thanks! I can set the variables via balena CLI.

@mpous Is there a possibility to push multiple variables all at once? I assume that every service is restarted as soon as I push a single variable.