While deploying the calcom docker-compose, I didn't find the experience to be very smooth. Start database, build calcom, start prisma, add user using prisma, start calcom. Ideally prisma (seeing it for the first time so not sure how feasible it is going to be what I say next) should connect to the database after everything has been initialized. Just thinking out loud here, database should start, an init script should intialize it, and then calcom should connect to the database directly after that. Is there anyway I can contribute to have the experience be this way ?