Skip to content

insights: enable aggregations on single docker deployments

Administrator requested to merge leo/single-docker-support into main

Created by: leonore

closes #40368 (closed)

Test plan

covered in detail in the spreadsheet

# build the docker image
sg ci build docker-image-candidates-notest

# fetch the image url from the logs/environment
IMAGE="url"
docker run --publish 7080:7080 --rm $IMAGE
docker run -e ALLOW_SINGLE_DOCKER_CODE_INSIGHTS=true --publish 7080:7080 --rm $IMAGE

to create an enterprise license, navigate to https://sourcegraph.com/site-admin/dotcom/product/subscriptions

Merge request reports

Loading