@@ -139,7 +139,6 @@ services:
139
139
- ' SYMBOLS_URL=http://symbols-0:3184'
140
140
- ' INDEXED_SEARCH_SERVERS=zoekt-webserver-0:6070'
141
141
- ' SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090'
142
- - ' REPO_UPDATER_URL=http://repo-updater:3182'
143
142
- ' GRAFANA_SERVER_URL=http://grafana:3370'
144
143
- ' PROMETHEUS_URL=http://prometheus:9090'
145
144
- ' PRECISE_CODE_INTEL_UPLOAD_BACKEND=blobstore'
@@ -152,7 +151,6 @@ services:
152
151
{ "Name": "gitserver-0", "Host": "gitserver-0:6060" },
153
152
{ "Name": "searcher-0", "Host": "searcher-0:6060" },
154
153
{ "Name": "symbols-0", "Host": "symbols-0:6060" },
155
- { "Name": "repo-updater", "Host": "repo-updater:6060" },
156
154
{ "Name": "worker", "Host": "worker:6060" },
157
155
{ "Name": "zoekt-indexserver-0", "Host": "zoekt-indexserver-0:6072" },
158
156
{ "Name": "zoekt-webserver-0", "Host": "zoekt-webserver-0:6070", "DefaultPath": "/debug/requests/" }
@@ -194,7 +192,6 @@ services:
194
192
- ' SYMBOLS_URL=http://symbols-0:3184'
195
193
- ' INDEXED_SEARCH_SERVERS=zoekt-webserver-0:6070'
196
194
- ' SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090'
197
- - ' REPO_UPDATER_URL=http://repo-updater:3182'
198
195
- ' GRAFANA_SERVER_URL=http://grafana:3000'
199
196
- ' PROMETHEUS_URL=http://prometheus:9090'
200
197
- ' PRECISE_CODE_INTEL_UPLOAD_BACKEND=blobstore'
@@ -342,26 +339,6 @@ services:
342
339
- sourcegraph
343
340
restart : always
344
341
345
- # Description: Handles repository metadata (not Git data) lookups and updates from external code hosts and other similar services.
346
- #
347
- # Disk: 128GB / non-persistent SSD
348
- # Ports exposed to other Sourcegraph services: 3182/TCP 6060/TCP
349
- # Ports exposed to the public internet: none
350
- #
351
- repo-updater :
352
- container_name : repo-updater
353
- image : ' index.docker.io/sourcegraph/repo-updater:6.1.2889@sha256:95e8a28bd2d13270a5d0ab80eae5e8aac44913bd421fb92cf45d5550c4874fbc'
354
- cpus : 4
355
- mem_limit : ' 4g'
356
- environment :
357
- - ' SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090'
358
- - ' OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317'
359
- volumes :
360
- - ' repo-updater:/mnt/cache'
361
- networks :
362
- - sourcegraph
363
- restart : always
364
-
365
342
# Description: Manages background processes.
366
343
#
367
344
# Disk: 128GB / non-persistent SSD
@@ -802,7 +779,6 @@ volumes:
802
779
prometheus-v2 :
803
780
redis-cache :
804
781
redis-store :
805
- repo-updater :
806
782
worker :
807
783
searcher-0 :
808
784
sourcegraph-frontend-0 :
0 commit comments