I want to use an application that uses environment variables in a similar form like this:
foo:bar:key=somevalue
I cannot set these as balena only allows letters, digits and underscores.
Is there a specific reason why the format is restricted like that?
I can run it locally in Docker Desktop by using docker-compose and an environment file - but as balena doesn’t support env files I’m stuck.