I'm using the blacklabelops/crowd Docker image as a baseline and auto-generating the crowd.cfg.xml file in the ENTRYPOINT script for my image so it contains our server ID, license, and database settings.
I'm having trouble figuring out how to initialize the database though -- when Crowd starts up, it doesn't create the schema, instead generating errors in the DB logs because the requested tables don't exist.
Is there a way to specify all relevant parameters at startup so Crowd will initialize if settings don't exist and use existing settings if the database is found? Or do I have to run a bootstrap container and manually configure Crowd before I can launch my runtime containers for an HA solution?