FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sourcegraph/dev/Procfile at webpack-prod-server · tmekaumput/sourcegraph · GitHub
tmekaumput
/
sourcegraph
Public
forked from
sourcegraph/sourcegraph-public-snapshot
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
sourcegraph
/
dev
/
Procfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
30 lines (28 loc) · 1.35 KB
Breadcrumbs
sourcegraph
/
dev
/
Procfile
Copy path
File metadata and controls
30 lines (28 loc) · 1.35 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
gitserver
:
env HOSTNAME=
$SRC_GIT_SERVER_1
gitserver
query-runner
:
query-runner
repo-updater
:
repo-updater
searcher
:
searcher
symbols
:
symbols
github-proxy
:
github-proxy
frontend
:
env CONFIGURATION_MODE=server SITE_CONFIG_ESCAPE_HATCH_PATH=
$HOME
/.sourcegraph/site-config.json frontend
watch
:
./dev/changewatch.sh
caddy
:
./dev/caddy.sh run --watch --config=dev/Caddyfile
web
:
./node_modules/.bin/gulp --silent --color build
syntect_server
:
./dev/syntect_server.sh
zoekt-indexserver-0
:
./dev/zoekt/wrapper indexserver 0
zoekt-indexserver-1
:
./dev/zoekt/wrapper indexserver 1
zoekt-webserver-0
:
./dev/zoekt/wrapper webserver 0
zoekt-webserver-1
:
./dev/zoekt/wrapper webserver 1
codeinsights-db
:
./dev/codeinsights-db.sh
keycloak
:
./dev/auth-provider/keycloak.sh
jaeger
:
./dev/jaeger.sh
docsite
:
./dev/docsite.sh -config doc/docsite.json serve -http=localhost:5080
||
echo
error starting docsite
prometheus
:
./dev/prometheus.sh
grafana
:
./dev/grafana.sh
postgres_exporter
:
./dev/postgres_exporter.sh
# Enterprise executor services
executor-queue
:
test
"
$ENTERPRISE
"
!
= 1
||
executor-queue
codeintel-executor
:
test
"
$ENTERPRISE
"
!
= 1
||
env EXECUTOR_QUEUE_NAME=codeintel TMPDIR=
$HOME
/.sourcegraph/indexer-temp executor
# Enterprise code intelligence services
precise-code-intel-worker
:
test
"
$ENTERPRISE
"
!
= 1
||
precise-code-intel-worker
minio
:
test
"
$ENTERPRISE
"
!
= 1
||
./dev/minio.sh
Back
|
FazBrowse Home
|
New Git URL