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 0fa0c91 commit 681ced6Copy full SHA for 681ced6
src/client/acontext-cli/internal/docker/docker-compose.yaml
@@ -240,7 +240,7 @@ services:
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://acontext-server-jaeger:16686
+ NEXT_PUBLIC_JAEGER_UI_URL: http://localhost:16686
244
ports:
245
- "${UI_EXPORT_PORT:-3000}:3000"
246
depends_on:
0 commit comments