| CONSOLE_API_URL: ${CONSOLE_API_URL:-} | CONSOLE_API_URL: ${CONSOLE_API_URL:-} | ||||
| APP_API_URL: ${APP_API_URL:-} | APP_API_URL: ${APP_API_URL:-} | ||||
| SENTRY_DSN: ${WEB_SENTRY_DSN:-} | SENTRY_DSN: ${WEB_SENTRY_DSN:-} | ||||
| NEXT_TELEMETRY_DISABLED: ${NEXT_TELEMETRY_DISABLED:-0} | |||||
| # The postgres database. | # The postgres database. | ||||
| db: | db: |
| # SENTRY | # SENTRY | ||||
| NEXT_PUBLIC_SENTRY_DSN= | NEXT_PUBLIC_SENTRY_DSN= | ||||
| # Disable Next.js Telemetry (https://nextjs.org/telemetry) | |||||
| NEXT_TELEMETRY_DISABLED=1 |
| ENV CONSOLE_API_URL=http://127.0.0.1:5001 | ENV CONSOLE_API_URL=http://127.0.0.1:5001 | ||||
| ENV APP_API_URL=http://127.0.0.1:5001 | ENV APP_API_URL=http://127.0.0.1:5001 | ||||
| ENV PORT=3000 | ENV PORT=3000 | ||||
| ENV NEXT_TELEMETRY_DISABLED=1 | |||||
| # set timezone | # set timezone | ||||
| ENV TZ=UTC | ENV TZ=UTC |
| export NEXT_PUBLIC_SENTRY_DSN=${SENTRY_DSN} | export NEXT_PUBLIC_SENTRY_DSN=${SENTRY_DSN} | ||||
| export NEXT_PUBLIC_SITE_ABOUT=${SITE_ABOUT} | export NEXT_PUBLIC_SITE_ABOUT=${SITE_ABOUT} | ||||
| export NEXT_TELEMETRY_DISABLED=${NEXT_TELEMETRY_DISABLED} | |||||
| pm2 start ./pm2.json --no-daemon | pm2 start ./pm2.json --no-daemon |