Install or update docker (DataLens requires Docker engine 19.03 or newer):
Navigate to the repository:
git clone [email protected]:datalens-tech/datalens-backend.git && cd datalens-backend
Use the following commands to build images and set the desired tags:
./docker_build/run-project-bake dl_control_api --set "dl_control_api.tags=datalens-control-api:local"
./docker_build/run-project-bake dl_data_api --set "dl_data_api.tags=datalens-data-api:local"
- Checkout https://github.com/datalens-tech/datalens
- Replace the
image
section forcontrol-api
anddata-api
services in docker-compose with the images created in the previous steps - Follow the instruction in the README to launch DataLens