@@ -118,7 +118,7 @@ services:
118118 # Ports exposed to other Sourcegraph services: 6060/TCP, 3080 (HTTP), and/or 3443 (HTTPS)
119119 # Ports exposed to the public internet: none
120120 #
121- # Note: SRC_GIT_SERVERS, SEARCHER_URL, and SYMBOLS_URL are space-separated
121+ # Note: SRC_GIT_SERVERS, and SEARCHER_URL are space-separated
122122 # lists which each allow you to specify more container instances for scaling
123123 # purposes. Be sure to also apply such a change here to the frontend-internal
124124 # service.
@@ -136,10 +136,9 @@ services:
136136 - ' SRC_GIT_SERVERS=gitserver-0:3178'
137137 - ' SRC_SYNTECT_SERVER=http://syntect-server:9238'
138138 - ' SEARCHER_URL=http://searcher-0:3181'
139- - ' SYMBOLS_URL=http://symbols-0:3184 '
139+ - ' INDEXED_SEARCH_INDEXER=zoekt-indexserver-0:6072 '
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'
@@ -151,8 +150,6 @@ services:
151150 { "Name": "frontend-internal-0", "Host": "sourcegraph-frontend-internal:6060" },
152151 { "Name": "gitserver-0", "Host": "gitserver-0:6060" },
153152 { "Name": "searcher-0", "Host": "searcher-0:6060" },
154- { "Name": "symbols-0", "Host": "symbols-0:6060" },
155- { "Name": "repo-updater", "Host": "repo-updater:6060" },
156153 { "Name": "worker", "Host": "worker:6060" },
157154 { "Name": "zoekt-indexserver-0", "Host": "zoekt-indexserver-0:6072" },
158155 { "Name": "zoekt-webserver-0", "Host": "zoekt-webserver-0:6070", "DefaultPath": "/debug/requests/" }
@@ -191,11 +188,10 @@ services:
191188 - ' SRC_GIT_SERVERS=gitserver-0:3178'
192189 - ' SRC_SYNTECT_SERVER=http://syntect-server:9238'
193190 - ' SEARCHER_URL=http://searcher-0:3181'
194- - ' SYMBOLS_URL=http://symbols-0:3184 '
191+ - ' INDEXED_SEARCH_INDEXER=zoekt-indexserver-0:6072 '
195192 - ' INDEXED_SEARCH_SERVERS=zoekt-webserver-0:6070'
196193 - ' SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090'
197- - ' REPO_UPDATER_URL=http://repo-updater:3182'
198- - ' GRAFANA_SERVER_URL=http://grafana:3000'
194+ - ' GRAFANA_SERVER_URL=http://grafana:3370'
199195 - ' PROMETHEUS_URL=http://prometheus:9090'
200196 - ' PRECISE_CODE_INTEL_UPLOAD_BACKEND=blobstore'
201197 - ' PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT=http://blobstore:9000'
@@ -378,7 +374,6 @@ services:
378374 - ' OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317'
379375 - ' SRC_GIT_SERVERS=gitserver-0:3178'
380376 - ' SEARCHER_URL=http://searcher-0:3181'
381- - ' SYMBOLS_URL=http://symbols-0:3184'
382377 - ' INDEXED_SEARCH_SERVERS=zoekt-webserver-0:6070'
383378 - ' PRECISE_CODE_INTEL_UPLOAD_BACKEND=blobstore'
384379 - ' PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT=http://blobstore:9000'
@@ -504,8 +499,6 @@ services:
504499 - ' grafana:/var/lib/grafana'
505500 - ' ../grafana/datasources:/sg_config_grafana/provisioning/datasources'
506501 - ' ../grafana/dashboards:/sg_grafana_additional_dashboards'
507- ports :
508- - ' 0.0.0.0:3370:3370'
509502 networks :
510503 - sourcegraph
511504 restart : always
@@ -802,12 +795,10 @@ volumes:
802795 prometheus-v2 :
803796 redis-cache :
804797 redis-store :
805- repo-updater :
806798 worker :
807799 searcher-0 :
808800 sourcegraph-frontend-0 :
809801 sourcegraph-frontend-internal-0 :
810- symbols-0 :
811802 zoekt-0-shared :
812803networks :
813804 sourcegraph :
0 commit comments