@@ -139,7 +139,6 @@ services:
139139      - ' SYMBOLS_URL=http://symbols-0:3184' 
140140      - ' INDEXED_SEARCH_SERVERS=zoekt-webserver-0:6070' 
141141      - ' SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090' 
142-       - ' REPO_UPDATER_URL=http://repo-updater:3182' 
143142      - ' GRAFANA_SERVER_URL=http://grafana:3370' 
144143      - ' PROMETHEUS_URL=http://prometheus:9090' 
145144      - ' PRECISE_CODE_INTEL_UPLOAD_BACKEND=blobstore' 
@@ -152,7 +151,6 @@ services:
152151            { "Name": "gitserver-0", "Host": "gitserver-0:6060" }, 
153152            { "Name": "searcher-0", "Host": "searcher-0:6060" }, 
154153            { "Name": "symbols-0", "Host": "symbols-0:6060" }, 
155-             { "Name": "repo-updater", "Host": "repo-updater:6060" }, 
156154            { "Name": "worker", "Host": "worker:6060" }, 
157155            { "Name": "zoekt-indexserver-0", "Host": "zoekt-indexserver-0:6072" }, 
158156            { "Name": "zoekt-webserver-0", "Host": "zoekt-webserver-0:6070", "DefaultPath": "/debug/requests/" } 
@@ -194,7 +192,6 @@ services:
194192      - ' SYMBOLS_URL=http://symbols-0:3184' 
195193      - ' INDEXED_SEARCH_SERVERS=zoekt-webserver-0:6070' 
196194      - ' SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090' 
197-       - ' REPO_UPDATER_URL=http://repo-updater:3182' 
198195      - ' GRAFANA_SERVER_URL=http://grafana:3000' 
199196      - ' PROMETHEUS_URL=http://prometheus:9090' 
200197      - ' PRECISE_CODE_INTEL_UPLOAD_BACKEND=blobstore' 
@@ -342,26 +339,6 @@ services:
342339      - sourcegraph 
343340    restart : always 
344341
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- 
365342  #  Description: Manages background processes.
366343  # 
367344  #  Disk: 128GB / non-persistent SSD
@@ -802,7 +779,6 @@ volumes:
802779  prometheus-v2 :
803780  redis-cache :
804781  redis-store :
805-   repo-updater :
806782  worker :
807783  searcher-0 :
808784  sourcegraph-frontend-0 :
0 commit comments