Sign inSign up

jensim/sourcegraph-server-oss

By jensim

•Updated about 3 years ago

Sorucegraph server OSS build

Image
2

50K+

jensim/sourcegraph-server-oss repository overview

⁠sourcegraph-oss-release-train

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.

⁠Simple run conf

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

⁠docker-compose.yml

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

Tag summary

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