Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions docker-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

This folder contains a Sourcegraph docker-compose deployment.

**NOTE:** This is early access and slated for release in Sourcegraph v3.12; the missing components today are primarily documentation. Please contact us (support@sourcegraph.com) if you are looking at using this in production so we can assist you.

## Deploying

Simply clone the repository and `docker-compose up -d` to deploy Sourcegraph:
Expand All @@ -25,12 +23,4 @@ Notes:

## Upgrading

When a new version of Sourcegraph is released, you will simply checkout that version in this repository and redeploy:

```sh
cd deploy-sourcegraph-docker/docker-compose
git pull
git checkout NEW_VERSION
docker-compose down
docker-compose up -d
```
Always refer to https://docs.sourcegraph.com/admin/updates/docker_compose prior to upgrading, as it will document any manual steps you may need to take in order to upgrade smoothly.