File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -379,6 +379,7 @@ services:
379379 - ' SEARCHER_URL=http://searcher-0:3181'
380380 - ' SYMBOLS_URL=http://symbols-0:3184'
381381 - ' INDEXED_SEARCH_SERVERS=zoekt-webserver-0:6070'
382+ - ' GITHUB_BASE_URL=http://github-proxy:3180'
382383 volumes :
383384 - ' worker:/mnt/cache'
384385 networks :
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ docker run --detach \
2121 -e GOMAXPROCS=1 \
2222 -e SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090 \
2323 -e JAEGER_AGENT_HOST=jaeger \
24+ -e GITHUB_BASE_URL=http://github-proxy:3180 \
2425 -e INDEXED_SEARCH_SERVERS=" $( addresses " zoekt-webserver-" $NUM_INDEXED_SEARCH " :6070" ) " \
2526 -e SEARCHER_URL=" $( addresses " http://searcher-" $NUM_SEARCHER " :3181" ) " \
2627 -e SRC_GIT_SERVERS=" $( addresses " gitserver-" $NUM_GITSERVER " :3178" ) " \
You can’t perform that action at this time.
0 commit comments