The current start of endpoint tests fail in CI now that the DB wiring has been started since the current CI runs them without a live DB to test against and does not mock the service.
Rather than mock the services since the whole app itself is a microservice, I think it makes more sense to just setup the CI to run an integration test with the test db instance spun up and use the docker commands.