In composed Docker containers I am finding I have to manually create database configurations (Cordys System and Cordys Logger) that are present out of the box on a standard OPA installation. The actual SQL database is initialized without issue, but as far as I know, you need these relational database configurations to be able to actually create any applications. These are not present in the LDAP container.
As well, the documentation is fuzzy about how to construct a proper solution.yml to create a container with an application .cap package. This is my goal - to compose a docker container that works immediately. I have acquired the all-settings.yml from the container, and I see intuitively only a small number of things that can be preset (document store stuff mostly) - and no examples.
Anyone doing this, please share any tips and tricks. Every bit of knowledge is appreciated.
-Mike