Ajit Londhe
Ajit Londhe
Added in develop branch
We will remove these items.
Ah okay. So we would need something in a profile -- default or in the atlasdb one -- that maintains this step of initializing the demo CDM as a source.
I'm still unclear here. If we want to have a ready-to-go CDM in Atlas, couldn't we simply have Broadsea deploy webapi to a blank schema, then run inserts into the...
Yeah, I'm thinking with Docker Compose offering some healthcheck options, we could have a health check on webapi starting successfully (maybe just being able to resolve the /info endpoint), then...
We can keep atlasdb as-is, but the question is on the WebAPI container, that's where the flyway stuff is being defined. We could expose the flyway env vars to the...
After a great conversation with @chrisknoll and @leeevans, I think the answer is to simply expose the FLYWAY_BASELINE_ON_MIGRATE variable and default it to true, and hard-code the other flyway items....
We've been shifting away from specific Broadsea sub-repos and just building everything in the main Broadsea repo thanks to Docker profiles allowing users to pick and choose what services they...