Skip to content

Add example of running zoekt on docker compose

John Mason requested to merge jm-add-docker-compose-example into main

What does this MR do and why?

(From the README)

Instructions on how to set up zoekt with docker compose

  1. Copy the example.env file
cp example.env .env
  1. Configure the .env with desired values then ensure those variables are sourced in the current session
source .env
  1. Start zoekt with docker-compose
docker-compose up

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by John Mason

Merge request reports