Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ We've made our deployment configurations open source to better serve our custome
What if your organization wants a multi-machine deployment without using Kubernetes?
What if you use a different container management platform, for example?
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.
Hello World
1 change: 1 addition & 0 deletions docker-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
This directory contains the Sourcegraph with Docker Compose deployment reference.

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)
Hello World
1 change: 1 addition & 0 deletions docker-compose/dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ The above will deploy Sourcegraph on [http://localhost:8080](http://localhost:80
```

The above will tear down the local Sourcegraph instance that was set up using the previous command.
Hello World
2 changes: 1 addition & 1 deletion docker-compose/executors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ To run this on a standalone machine, execute the following from the `executors`

```bash
docker-compose up -d executor.docker-compose.yaml
```
```Hello World
1 change: 1 addition & 0 deletions prometheus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ Create `prometheus/docker_targets.yml`:
targets:
- host.docker.internal:9323
```
Hello World
1 change: 1 addition & 0 deletions pure-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,4 @@ $ git clone ssh://git@myhost.com/my/repo /tmp/my-repo
## Questions & Issues

[Open an issue (in sourcegraph/sourcegraph)](https://github.com/sourcegraph/sourcegraph/issues/new?assignees=&labels=deploy-sourcegraph-docker&template=deploy-sourcegraph-docker.md&title=%5Bdeploy-sourcegraph-docker%5D) or contact us (support@sourcegraph.com), we are happy to help!
Hello World