File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,20 @@ services:
145145 - ' PROMETHEUS_URL=http://prometheus:9090'
146146 - ' PRECISE_CODE_INTEL_UPLOAD_BACKEND=blobstore'
147147 - ' PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT=http://blobstore:9000'
148+ - |
149+ SRC_PROF_SERVICES=
150+ [
151+ { "Name": "frontend-0", "Host": "sourcegraph-frontend-0:6060" },
152+ { "Name": "frontend-internal-0", "Host": "sourcegraph-frontend-internal-0:6060" },
153+ { "Name": "gitserver-0", "Host": "gitserver-0:6060" },
154+ { "Name": "searcher-0", "Host": "searcher-0:6060" },
155+ { "Name": "symbols-0", "Host": "symbols-0:6060" },
156+ { "Name": "repo-updater", "Host": "repo-updater:6060" },
157+ { "Name": "github-proxy", "Host": "github-proxy:6060" },
158+ { "Name": "worker", "Host": "worker:6060" },
159+ { "Name": "zoekt-indexserver-0", "Host": "zoekt-indexserver-0:6072" },
160+ { "Name": "zoekt-webserver-0", "Host": "zoekt-webserver-0:6070", "DefaultPath": "/debug/requests/" }
161+ ]
148162 healthcheck :
149163 test : " wget -q 'http://127.0.0.1:3080/healthz' -O /dev/null || exit 1"
150164 interval : 10s
You can’t perform that action at this time.
0 commit comments