Skip to content

Commit 9d5256a

Browse files
committed
fix(cli): update Jaeger configuration in docker-compose to use new environment variable names
1 parent 681ced6 commit 9d5256a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client/acontext-cli/internal/docker/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ services:
239239
API_SERVER_URL: http://acontext-server-api:8029
240240
ROOT_API_BEARER_TOKEN: ${ROOT_API_BEARER_TOKEN:-your-root-api-bearer-token}
241241
DATABASE_URL: postgresql://${DATABASE_USER:-acontext}:${DATABASE_PASSWORD:-helloworld}@acontext-server-pg:5432/${DATABASE_NAME:-acontext}
242-
JAEGER_UI_URL: http://acontext-server-jaeger:16686
243-
NEXT_PUBLIC_JAEGER_UI_URL: http://localhost:16686
242+
JAEGER_INTERNAL_URL: http://acontext-server-jaeger:16686
243+
JAEGER_URL: ${JAEGER_URL:-http://localhost:16686}
244244
ports:
245245
- "${UI_EXPORT_PORT:-3000}:3000"
246246
depends_on:

0 commit comments

Comments
 (0)