@@ -141,7 +141,6 @@ services:
141141 - ' SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090'
142142 - ' REPO_UPDATER_URL=http://repo-updater:3182'
143143 - ' GRAFANA_SERVER_URL=http://grafana:3370'
144- - ' GITHUB_BASE_URL=http://github-proxy:3180'
145144 - ' PROMETHEUS_URL=http://prometheus:9090'
146145 - ' PRECISE_CODE_INTEL_UPLOAD_BACKEND=blobstore'
147146 - ' PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT=http://blobstore:9000'
@@ -154,7 +153,6 @@ services:
154153 { "Name": "searcher-0", "Host": "searcher-0:6060" },
155154 { "Name": "symbols-0", "Host": "symbols-0:6060" },
156155 { "Name": "repo-updater", "Host": "repo-updater:6060" },
157- { "Name": "github-proxy", "Host": "github-proxy:6060" },
158156 { "Name": "worker", "Host": "worker:6060" },
159157 { "Name": "zoekt-indexserver-0", "Host": "zoekt-indexserver-0:6072" },
160158 { "Name": "zoekt-webserver-0", "Host": "zoekt-webserver-0:6070", "DefaultPath": "/debug/requests/" }
@@ -198,7 +196,6 @@ services:
198196 - ' SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090'
199197 - ' REPO_UPDATER_URL=http://repo-updater:3182'
200198 - ' GRAFANA_SERVER_URL=http://grafana:3000'
201- - ' GITHUB_BASE_URL=http://github-proxy:3180'
202199 - ' PROMETHEUS_URL=http://prometheus:9090'
203200 - ' PRECISE_CODE_INTEL_UPLOAD_BACKEND=blobstore'
204201 - ' PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT=http://blobstore:9000'
@@ -236,7 +233,6 @@ services:
236233 environment :
237234 - ' SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090'
238235 - ' OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317'
239- - ' GITHUB_BASE_URL=http://github-proxy:3180'
240236 volumes :
241237 - ' gitserver-0:/data/repos'
242238 networks :
@@ -321,26 +317,6 @@ services:
321317 - sourcegraph
322318 restart : always
323319
324- # Description: Rate-limiting proxy for the GitHub API.
325- #
326- # CPU: 1
327- # Memory: 1GB
328- # Disk: 1GB / non-persistent SSD (only for read-only config file)
329- # Ports exposed to other Sourcegraph services: 3180/TCP 6060/TCP
330- # Ports exposed to the public internet: none
331- #
332- github-proxy :
333- container_name : github-proxy
334- image : ' index.docker.io/sourcegraph/github-proxy:216430_2023-05-02_5.0-3cc9006de32c@sha256:30d4550f51febc1e32ec8af175ef8cce4d1706fd75468572da86f6da451f546f'
335- cpus : 1
336- mem_limit : ' 1g'
337- environment :
338- - ' SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090'
339- - ' OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317'
340- networks :
341- - sourcegraph
342- restart : always
343-
344320 # Description: Handles conversion of uploaded precise code intelligence bundles.
345321 #
346322 # Ports exposed to other Sourcegraph services: 3188/TCP
@@ -380,7 +356,6 @@ services:
380356 environment :
381357 - ' SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090'
382358 - ' OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317'
383- - ' GITHUB_BASE_URL=http://github-proxy:3180'
384359 volumes :
385360 - ' repo-updater:/mnt/cache'
386361 networks :
@@ -405,7 +380,6 @@ services:
405380 - ' SEARCHER_URL=http://searcher-0:3181'
406381 - ' SYMBOLS_URL=http://symbols-0:3184'
407382 - ' INDEXED_SEARCH_SERVERS=zoekt-webserver-0:6070'
408- - ' GITHUB_BASE_URL=http://github-proxy:3180'
409383 - ' PRECISE_CODE_INTEL_UPLOAD_BACKEND=blobstore'
410384 - ' PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT=http://blobstore:9000'
411385 volumes :
0 commit comments