deploy-sourcegraph-docker
deploy-sourcegraph-docker copied to clipboard
Sourcegraph with Docker Compose deployment reference
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | pinDigest | -> `ee0669b` | | [actions/checkout](https://togithub.com/actions/checkout)...
NOT TO MERGE ONLY TO SHOW
We no longer use the master branch and one day will delete it. Test Plan: CI [_Created by Sourcegraph batch change `keegan/update-master-links`._](https://k8s.sgdev.org/users/keegan/batch-changes/update-master-links)
It appears that 3.39 did not include postgres configuration files in the "(changes unrelated to upgrade)" commit. ``` On branch 3.39-customer-replica Your branch is up to date with 'origin/3.39-customer-replica'. Untracked...
Bind mount the postgres configuration file to allow admins to tune their databases in the pure-docker deployment. See: https://github.com/sourcegraph/customer/issues/854 ### Checklist * [x] Sister [deploy-sourcegraph](https://github.com/sourcegraph/deploy-sourcegraph) change: * [x] All images...
Exposes Prometheus target postgres_exporter that publishes Postgres metrics of an associated Postgres instance. Related to https://github.com/sourcegraph/sourcegraph/pull/6616
[COMPOSE_PROJECT_NAME](https://docs.docker.com/compose/reference/envvars/#compose_project_name) defines a namespace that docker-compose prefixes all networks, containers, and volumes with. This environment variable wasn't previously set, in which case `docker-compose` defaults `COMPOSE_PROJECT_NAME` to the `basename` of the...
I wrote this quick script to help me tune all of the `cpu` settings to something my machine can run. I don't know if this needs to be merged, but...
Test plan: automated release PR, CI will perform additional checks
Test plan: automated release PR, CI will perform additional checks