mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-28 08:49:42 +02:00
feat: enable remote server deployment for OSS deployment (#57)
This commit is contained in:
parent
ecceeef4d3
commit
6efe7d6bd4
8 changed files with 305 additions and 4 deletions
|
|
@ -39,7 +39,6 @@ COPY ui/src ./src
|
|||
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_PUBLIC_CHATWOOT_URL="https://chat.dograh.com"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue