FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

deploy-sourcegraph-docker/docker-compose/dev at master · programlabbet/deploy-sourcegraph-docker · GitHub

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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:

./run.sh up -d 

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

./run.sh down

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


Back | FazBrowse Home | New Git URL