Leopere
08/02/2022, 3:29 PMLeopere
08/02/2022, 3:31 PMgit submodules.
I think the method I'm using now is more robust and you can actually set it to use any upstream REPOSITORY_URL
if you want to locally pin your own fork to your own deployed build rather than the mainline. This should allow for a better streamline for developers trying to produce code for PR's.Leopere
08/02/2022, 3:33 PM--max-old-space-size=
does but I included it as a configurable option for invocation.Leopere
08/02/2022, 3:34 PMprisma studio
the container itself is a pre-requisite for adding a user, so if someone knew what commands I would use for testing for default users and creating one, I would happily bake them into start.sh
Colin - Krumware
08/02/2022, 3:50 PMColin - Krumware
08/02/2022, 3:51 PMColin - Krumware
08/02/2022, 3:53 PMColin - Krumware
08/02/2022, 3:54 PMColin - Krumware
08/02/2022, 4:04 PMLeopere
08/02/2022, 4:13 PMLeopere
08/02/2022, 4:13 PMLeopere
08/02/2022, 8:36 PMSérgio Maia Rebelo
08/03/2022, 9:29 AMLeopere
08/04/2022, 7:45 PMColin - Krumware
08/04/2022, 10:39 PMLeopere
08/05/2022, 4:31 PMLeopere
08/05/2022, 5:10 PMfunction basic_start() {
cd $APP_PATH
echo "Waiting for a healthy Postgres server connection prior to booting."
wait-for-it.sh $DATABASE_HOST -- echo "database is up"
npx prisma migrate deploy --schema $APP_PATH/packages/prisma/schema.prisma
npx ts-node --transpile-only $APP_PATH/packages/prisma/seed-app-store.ts
echo "Final systems checks cleared and are go for launch."
yarn start
}
Leopere
08/05/2022, 5:11 PMLeopere
08/09/2022, 2:12 PMLeopere
08/09/2022, 2:22 PMLeopere
08/09/2022, 2:24 PMifndef
function I added to ensure that Docker Secrets are read on sensitive variables.Peer
Peer
Leopere
08/09/2022, 2:49 PMLeopere
08/09/2022, 3:01 PMDeepak Lather
08/18/2022, 7:36 AMColin - Krumware
08/21/2022, 6:31 PMVibhav Bobade
08/25/2022, 11:01 AMColin - Krumware
08/26/2022, 8:14 PMToeiRei
09/01/2022, 9:14 PM