mirror of
https://github.com/documenso/documenso.git
synced 2025-11-22 12:41:36 +10:00
fix: update health check endpoint
This commit is contained in:
@ -5,7 +5,7 @@ services:
|
|||||||
plan: free
|
plan: free
|
||||||
buildCommand: npm i && npm run build:web
|
buildCommand: npm i && npm run build:web
|
||||||
startCommand: npx prisma migrate deploy --schema packages/prisma/schema.prisma && npx turbo run start --filter=@documenso/web
|
startCommand: npx prisma migrate deploy --schema packages/prisma/schema.prisma && npx turbo run start --filter=@documenso/web
|
||||||
healthCheckPath: /api/trpc/health
|
healthCheckPath: /api/health
|
||||||
|
|
||||||
envVars:
|
envVars:
|
||||||
# Node Version
|
# Node Version
|
||||||
|
|||||||
Reference in New Issue
Block a user