added schema detection for prod dev

This commit is contained in:
2025-10-23 00:24:23 +02:00
parent 15107cdc63
commit 5c7786bc19
3 changed files with 42 additions and 39 deletions

View File

@@ -82,7 +82,7 @@ ENV PM2_HOME=/app/.pm2
USER schichtplan
EXPOSE 3000 3002
EXPOSE 3002
HEALTHCHECK --interval=30s --timeout=10s --start-period=40s --retries=3 \
CMD wget --no-verbose --tries=1 --spider http://localhost:3002/api/health || exit 1