Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit efa1cd6

Browse files
authored
updating docs for new customer replica repo (#13)
1 parent 7041dde commit efa1cd6

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
this repository. If uneeded, add link or explanation of why it is not needed here.
99
-->
1010
* [ ] Sister [deploy-sourcegraph](https://github.com/sourcegraph/deploy-sourcegraph) change:
11+
* [ ] Sister [deploy-sourcegraph-docker](https://github.com/sourcegraph/deploy-sourcegraph-docker) change:
1112
* [ ] All images have a valid tag and SHA256 sum
1213
### Test plan
1314

README.md

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
# Sourcegraph with Docker Compose
1+
# Sourcegraph with Docker (Customer Replica 1)
2+
3+
This is a replica of the pure-docker deployment mode for Sourcegraph. This deployment mode is considered deprecated and should not
4+
be used for new Sourcegraph installations.
25

36
[![sourcegraph: search](https://img.shields.io/badge/sourcegraph-search-brightgreen.svg)](https://sourcegraph.com/github.com/sourcegraph/deploy-sourcegraph-docker) [![Build status](https://badge.buildkite.com/e60f9ffcafd68882d3db6fe5e33567e3a111d391a554d50d82.svg)](https://buildkite.com/sourcegraph/deploy-sourcegraph-docker)
47

5-
This repository is the deployment reference for [deploying Sourcegraph with Docker Compose](https://docs.sourcegraph.com/admin/install/docker-compose).
8+
This repository is the deployment reference for [deploying Sourcegraph with Docker (Customer Replica 1)](https://docs.sourcegraph.com/admin/install/docker-compose).
69

710
> 🚨 IMPORTANT: When upgrading Sourcegraph, please check [upgrading docs](https://docs.sourcegraph.com/admin/updates/docker_compose) to check if any manual migrations are necessary.
811
>
@@ -17,20 +20,6 @@ container](https://docs.sourcegraph.com/#quickstart-guide) or using [Docker
1720
Compose](https://docs.sourcegraph.com/admin/install/docker-compose). Migrating to Sourcegraph on
1821
Kubernetes is easy later.
1922

20-
## Is Docker Compose the right deployment type for me?
21-
22-
Please see [our docs](https://docs.sourcegraph.com/admin/install) for comparisons of deployment types and our resource estimator.
23-
24-
## Contributing
25-
26-
We've made our deployment configurations open source to better serve our customers' needs. If there is anything we can do to make deploying Sourcegraph easier just [open an issue (in sourcegraph/sourcegraph)](https://github.com/sourcegraph/sourcegraph/issues/new?assignees=&labels=deploy-sourcegraph-docker&title=%5Bdeploy-sourcegraph-docker%5D) or a pull request and we will respond promptly!
27-
28-
## Questions & Issues
29-
30-
[Open an issue (in sourcegraph/sourcegraph)](https://github.com/sourcegraph/sourcegraph/issues/new?assignees=&labels=deploy-sourcegraph&template=deploy-sourcegraph.md&title=%5Bdeploy-sourcegraph%5D) or contact us ([email protected]), we are happy to help!
31-
32-
## Pure-Docker Sourcegraph cluster deployment reference
23+
## Is the Docker (Customer Replica 1) deployment type for me?
3324

34-
What if your organization wants a multi-machine deployment without using Kubernetes?
35-
What if you use a different container management platform, for example?
36-
Anyone using a container management platform other than Kubernetes (Netflix's [Titus](https://netflix.github.io/titus/), Apache's [Mesos](http://mesos.apache.org/documentation/latest/docker-containerizer/), etc.) can use our [Pure-Docker Sourcegraph cluster deployment reference](./pure-docker/README.md) to deploy Sourcegraph.
25+
No. Please see our [docs](https://docs.sourcegraph.com/admin/deploy) for a variety of installation methods that will suit your needs, or [learn more about Sourcegraph Cloud](https://about.sourcegraph.com/).

0 commit comments

Comments
 (0)