We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681ced6 commit 9d5256aCopy full SHA for 9d5256a
src/client/acontext-cli/internal/docker/docker-compose.yaml
@@ -239,8 +239,8 @@ services:
239
API_SERVER_URL: http://acontext-server-api:8029
240
ROOT_API_BEARER_TOKEN: ${ROOT_API_BEARER_TOKEN:-your-root-api-bearer-token}
241
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
+ JAEGER_INTERNAL_URL: http://acontext-server-jaeger:16686
+ JAEGER_URL: ${JAEGER_URL:-http://localhost:16686}
244
ports:
245
- "${UI_EXPORT_PORT:-3000}:3000"
246
depends_on:
0 commit comments