@@ -118,7 +118,7 @@ services:
118
118
# Ports exposed to other Sourcegraph services: 6060/TCP, 3080 (HTTP), and/or 3443 (HTTPS)
119
119
# Ports exposed to the public internet: none
120
120
#
121
- # Note: SRC_GIT_SERVERS, SEARCHER_URL, and SYMBOLS_URL are space-separated
121
+ # Note: SRC_GIT_SERVERS, and SEARCHER_URL are space-separated
122
122
# lists which each allow you to specify more container instances for scaling
123
123
# purposes. Be sure to also apply such a change here to the frontend-internal
124
124
# service.
@@ -136,7 +136,6 @@ services:
136
136
- ' SRC_GIT_SERVERS=gitserver-0:3178'
137
137
- ' SRC_SYNTECT_SERVER=http://syntect-server:9238'
138
138
- ' SEARCHER_URL=http://searcher-0:3181'
139
- - ' SYMBOLS_URL=http://symbols-0:3184'
140
139
- ' INDEXED_SEARCH_SERVERS=zoekt-webserver-0:6070'
141
140
- ' SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090'
142
141
- ' GRAFANA_SERVER_URL=http://grafana:3370'
@@ -150,7 +149,6 @@ services:
150
149
{ "Name": "frontend-internal-0", "Host": "sourcegraph-frontend-internal:6060" },
151
150
{ "Name": "gitserver-0", "Host": "gitserver-0:6060" },
152
151
{ "Name": "searcher-0", "Host": "searcher-0:6060" },
153
- { "Name": "symbols-0", "Host": "symbols-0:6060" },
154
152
{ "Name": "worker", "Host": "worker:6060" },
155
153
{ "Name": "zoekt-indexserver-0", "Host": "zoekt-indexserver-0:6072" },
156
154
{ "Name": "zoekt-webserver-0", "Host": "zoekt-webserver-0:6070", "DefaultPath": "/debug/requests/" }
@@ -189,7 +187,6 @@ services:
189
187
- ' SRC_GIT_SERVERS=gitserver-0:3178'
190
188
- ' SRC_SYNTECT_SERVER=http://syntect-server:9238'
191
189
- ' SEARCHER_URL=http://searcher-0:3181'
192
- - ' SYMBOLS_URL=http://symbols-0:3184'
193
190
- ' INDEXED_SEARCH_SERVERS=zoekt-webserver-0:6070'
194
191
- ' SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090'
195
192
- ' GRAFANA_SERVER_URL=http://grafana:3370'
@@ -355,7 +352,6 @@ services:
355
352
- ' OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317'
356
353
- ' SRC_GIT_SERVERS=gitserver-0:3178'
357
354
- ' SEARCHER_URL=http://searcher-0:3181'
358
- - ' SYMBOLS_URL=http://symbols-0:3184'
359
355
- ' INDEXED_SEARCH_SERVERS=zoekt-webserver-0:6070'
360
356
- ' PRECISE_CODE_INTEL_UPLOAD_BACKEND=blobstore'
361
357
- ' PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT=http://blobstore:9000'
@@ -413,32 +409,6 @@ services:
413
409
- sourcegraph
414
410
restart : always
415
411
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
-
442
412
# Description: Prometheus collects metrics and aggregates them into graphs.
443
413
#
444
414
# Disk: 200GB / persistent SSD
@@ -781,7 +751,6 @@ volumes:
781
751
searcher-0 :
782
752
sourcegraph-frontend-0 :
783
753
sourcegraph-frontend-internal-0 :
784
- symbols-0 :
785
754
zoekt-0-shared :
786
755
networks :
787
756
sourcegraph :
0 commit comments