@@ -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,7 +136,6 @@ 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'
140139 - ' INDEXED_SEARCH_SERVERS=zoekt-webserver-0:6070'
141140 - ' SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090'
142141 - ' GRAFANA_SERVER_URL=http://grafana:3370'
@@ -150,7 +149,6 @@ services:
150149 { "Name": "frontend-internal-0", "Host": "sourcegraph-frontend-internal:6060" },
151150 { "Name": "gitserver-0", "Host": "gitserver-0:6060" },
152151 { "Name": "searcher-0", "Host": "searcher-0:6060" },
153- { "Name": "symbols-0", "Host": "symbols-0:6060" },
154152 { "Name": "worker", "Host": "worker:6060" },
155153 { "Name": "zoekt-indexserver-0", "Host": "zoekt-indexserver-0:6072" },
156154 { "Name": "zoekt-webserver-0", "Host": "zoekt-webserver-0:6070", "DefaultPath": "/debug/requests/" }
@@ -189,7 +187,6 @@ services:
189187 - ' SRC_GIT_SERVERS=gitserver-0:3178'
190188 - ' SRC_SYNTECT_SERVER=http://syntect-server:9238'
191189 - ' SEARCHER_URL=http://searcher-0:3181'
192- - ' SYMBOLS_URL=http://symbols-0:3184'
193190 - ' INDEXED_SEARCH_SERVERS=zoekt-webserver-0:6070'
194191 - ' SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090'
195192 - ' GRAFANA_SERVER_URL=http://grafana:3370'
@@ -355,7 +352,6 @@ services:
355352 - ' OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317'
356353 - ' SRC_GIT_SERVERS=gitserver-0:3178'
357354 - ' SEARCHER_URL=http://searcher-0:3181'
358- - ' SYMBOLS_URL=http://symbols-0:3184'
359355 - ' INDEXED_SEARCH_SERVERS=zoekt-webserver-0:6070'
360356 - ' PRECISE_CODE_INTEL_UPLOAD_BACKEND=blobstore'
361357 - ' PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT=http://blobstore:9000'
@@ -413,32 +409,6 @@ services:
413409 - sourcegraph
414410 restart : always
415411
416- # Description: Backend for symbols operations.
417- #
418- # Disk: 128GB / non-persistent SSD
419- # Ports exposed to other Sourcegraph services: 3184/TCP 6060/TCP
420- # Ports exposed to the public internet: none
421- #
422- symbols-0 :
423- container_name : symbols-0
424- image : ' index.docker.io/sourcegraph/symbols:6.1.2889@sha256:0ffea2e2d7641decf87587a2c0fbcedb172d876f71a10da4cd3e72b566ce12b4'
425- cpus : 2
426- mem_limit : ' 4g'
427- environment :
428- - ' SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090'
429- - ' OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317'
430- healthcheck :
431- test : " wget -q 'http://127.0.0.1:3184/healthz' -O /dev/null || exit 1"
432- interval : 5s
433- timeout : 5s
434- retries : 3
435- start_period : 60s
436- volumes :
437- - ' symbols-0:/mnt/cache'
438- networks :
439- - sourcegraph
440- restart : always
441-
442412 # Description: Prometheus collects metrics and aggregates them into graphs.
443413 #
444414 # Disk: 200GB / persistent SSD
@@ -781,7 +751,6 @@ volumes:
781751 searcher-0 :
782752 sourcegraph-frontend-0 :
783753 sourcegraph-frontend-internal-0 :
784- symbols-0 :
785754 zoekt-0-shared :
786755networks :
787756 sourcegraph :
0 commit comments