deploy calendso using docker-compose

Signed-off-by: Ramiro Berrelleza <rberrelleza@gmail.com>
This commit is contained in:
Ramiro Berrelleza
2021-07-02 16:12:08 -07:00
parent 5061939dc8
commit 04d9936e65
6 changed files with 289 additions and 4 deletions

6
scripts/start.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
set -x
/app/scripts/wait-for-it.sh db:5432 -- echo "db is up"
npx prisma db push
yarn start