Hi, wondering if an openbalena pro could give me a pointer. I’m not an expert in the atomized docker-compose method, ie. where the components like services.yml, common.yml, template.yml are separate files.
I wanted to add some other services, ie Datadog, to the stack but wasn’t sure where to define them.
I know there is the flatten to docker-compose.yml script, but unsure of that procedure too.
Does this look correct?
Step 1) Get openbalena up and running with the getting started guide scripts
Step 2) Flatten the docker-compose
Step 3) docker-compose down
Step 4) Add my services to the flattened compose
Step 5) docker-comose up -d