mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-16 08:25:18 +02:00
Feat: Enable Poshog and Sentry for OSS (#23)
feat: enable posthog and sentry for oss
This commit is contained in:
parent
8e2e5c9327
commit
90f7aac8ad
6 changed files with 118 additions and 59 deletions
|
|
@ -28,12 +28,12 @@ COPY public ./public
|
|||
COPY src ./src
|
||||
|
||||
# Set build-time environment variables (needed for Next.js build)
|
||||
ENV NEXT_PUBLIC_NODE_ENV=local
|
||||
ENV NEXT_PUBLIC_AUTH_PROVIDER=local
|
||||
ENV NEXT_PUBLIC_DEPLOYMENT_MODE=oss
|
||||
ENV NEXT_PUBLIC_NODE_ENV="oss"
|
||||
ENV NEXT_PUBLIC_AUTH_PROVIDER="local"
|
||||
ENV NEXT_PUBLIC_DEPLOYMENT_MODE="oss"
|
||||
ENV NEXT_PUBLIC_BACKEND_URL="http://localhost:8000"
|
||||
ENV BACKEND_URL="http://api:8000"
|
||||
ENV NEXT_TELEMETRY_DISABLED=1
|
||||
ENV NEXT_TELEMETRY_DISABLED="1"
|
||||
|
||||
# Build the application with standalone mode
|
||||
RUN npm run build && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue