deploy-sourcegraph-docker/docker-compose/dev at main · sourcegraph/deploy-sourcegraph-docker

Development overlay

For use developing Sourcegraph's docker-compose deployment only. For deployments, refer to the official Sourcegraph with Docker Compose documentation.

This folder includes a helper script, run.sh, that will run the docker-compose command (with any provided arguments) while automatically specifying the appropriate set of overlays.

Example usage:

The above will deploy Sourcegraph on http://localhost:8080 with the indicated overlays.

The above will tear down the local Sourcegraph instance that was set up using the previous command.