mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
fix: use environment variable for BACKEND_URL
This commit is contained in:
parent
871a472985
commit
20b8dc60c1
3 changed files with 12 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ services:
|
|||
image: ${REGISTRY:-dograhai}/dograh-ui:latest
|
||||
environment:
|
||||
# Server-side URL (SSR, internal Docker network)
|
||||
BACKEND_URL: "http://api:8000"
|
||||
BACKEND_URL: "${BACKEND_URL:-http://api:8000}"
|
||||
NODE_ENV: "oss"
|
||||
# Flag to enable/ disable posthog and sentry
|
||||
ENABLE_TELEMETRY: "${ENABLE_TELEMETRY:-true}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue