Sorucegraph server OSS build
50K+
https://github.com/jensim/sourcegraph-release-train
This repo just creates a build pipeline on top of sourcegraph-OSS. The enterprise version is great, but I cannot afford it beyond the trial, and since I like automating things, I thought I'd automate the release pipeline for the OSS docker image.
docker run -d \
--publish 7080:7080 \
--publish 127.0.0.1:3370:3370 \
--rm \
--volume ~/.sourcegraph/config:/etc/sourcegraph \
--volume ~/.sourcegraph/data:/var/opt/sourcegraph \
jensim/sourcegraph-server-oss:latest
version: '3.3'
services:
source-graph:
image: jensim/sourcegraph-server-oss:latest
ports:
- "7080:7080"
volumes:
- .sourcegraph/config:/etc/sourcegraph
- .sourcegraph/data:/var/opt/sourcegraph
- .sourcegraph/site-conf:/root
Content type
Image
Digest
sha256:8d9a75182…
Size
852.8 MB
Last updated
over 3 years ago
docker pull jensim/sourcegraph-server-oss:v5.0.6-oss