Hello,
i am changing the basicstation project (lorawan / ttn gateway) from single docker to docker-compose atm and i run into the problem to set service variables for the different containers automaticly. In the original project inside the balena.yml the variables are set this way:
data:
applicationEnvironmentVariables:
- GW_GPS: false
- GW_RESET_PIN: 11
- GW_RESET_GPIO: 17
- MODEL: SX1301
- TTN_STACK_VERSION: 2
- TTN_REGION: eu
- GW_ID: 0
- GW_KEY: 0
- TC_KEY: 0
now it moved everything in a sub folder and created a docker-compose.yml and i would love to created service variables (those above for a container named âgatewayâ) and not environment variables like in the example above. Is there a way to achieve this? Or does the user have to create the service variables âby handâ?
thank you very much!
Cheers Caspar