We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66fac66 commit 674f3e5Copy full SHA for 674f3e5
2 files changed
docker-compose/docker-compose.yaml
@@ -218,6 +218,7 @@ services:
218
environment:
219
- 'SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090'
220
- 'OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317'
221
+ - 'GITHUB_BASE_URL=http://github-proxy:3180'
222
volumes:
223
- 'gitserver-0:/data/repos'
224
networks:
pure-docker/deploy-gitserver.sh
@@ -22,6 +22,7 @@ docker run --detach \
22
-e GOMAXPROCS=4 \
23
-e SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090 \
24
-e 'OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317' \
25
+ -e 'GITHUB_BASE_URL=http://github-proxy:3180' \
26
-v $VOLUME:/data/repos \
27
index.docker.io/sourcegraph/gitserver:3.43.0@sha256:b3192b3fdc59fccc80c9d3e6bb2be38c0ca1474281fce09e89f664d07aa8f2ae
28
0 commit comments