Skip to content

Commit 76c2112

Browse files
authored
docker-compose: migrate documentation out of repo (#471)
1 parent c3fcbeb commit 76c2112

File tree

1 file changed

+3
-24
lines changed

1 file changed

+3
-24
lines changed

docker-compose/README.md

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,5 @@
1-
# Sourcegraph for docker-compose
1+
# Sourcegraph with Docker Compose deployment reference
22

3-
This folder contains a Sourcegraph docker-compose deployment.
3+
This directory contains the Sourcegraph with Docker Compose deployment reference.
44

5-
## Deploying
6-
7-
Simply clone the repository and `docker-compose up -d` to deploy Sourcegraph:
8-
9-
```sh
10-
git clone https://github.com/sourcegraph/deploy-sourcegraph-docker
11-
cd deploy-sourcegraph-docker/docker-compose/
12-
git checkout v3.21.2
13-
docker-compose up -d
14-
```
15-
16-
Sourcegraph will then run in the background and across server restarts.
17-
18-
Notes:
19-
20-
- The `docker-compose.yaml` file currently depends on configuration files which live in the repository, as such you must have the repository cloned onto your server.
21-
- Data for all services will be stored as docker volumes.
22-
- Use `docker ps` to inspect the Sourcegraph containers, and `docker-compose down` to teardown the deployment.
23-
24-
## Upgrading
25-
26-
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.
5+
To learn more about deploying, configuring, and upgrading a Sourcegraph with Docker Compose installation, please refer to our documentation: [Sourcegraph with Docker Compose](https://docs.sourcegraph.com/admin/install/docker-compose)

0 commit comments

Comments
 (0)