Hey there @et.fz
Welcome to our forum!
Unfortunately, as of today, the ‘deploy an app’ workflow is still incomplete. This feature has been pushed further down the line owing to other priorities. You can upvote the related feature request which will help us prioritise it when the time comes. Enable apps (single and multiple) to be installed on a fleet (multi-app) - #9 by system We do not have an ETA for this feature. In fact, we’ve marked the “Apps” feature as experimental: Apps | balena .
Now regarding your desired end goal, you would need to push the project to fleets you want to run the projects on.
If you have a repo, you are right that the Deploy with balena workflow can be helpful here.
I don’t know whether this is correct, and I don’t know where this leaves the container properties such as
privileged.
these would still be in your docker-compose file.
So, you should have both a docker-compose.yml file and a balena.yml file at the root of your project.
You can read more in our docs.
If you could share a public repo where you attempted this, we can take a look.