FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
github-docs/src/workflows/docker-compose.staging.tmpl.yaml at main · Fryguy/github-docs · GitHub
Fryguy
/
github-docs
Public
forked from
github/docs
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
github-docs
/
src
/
workflows
/
docker-compose.staging.tmpl.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (31 loc) · 849 Bytes
Breadcrumbs
github-docs
/
src
/
workflows
/
docker-compose.staging.tmpl.yaml
Copy path
File metadata and controls
33 lines (31 loc) · 849 Bytes
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
31
32
33
version
:
'
3.7
'
services
:
ghdocs-staging
:
image
:
'
#{IMAGE}#
'
ports
:
-
'
4000:4000
'
environment
:
NODE_ENV
:
${NODE_ENV}
NODE_OPTIONS
:
${NODE_OPTIONS}
DD_API_KEY
:
${DD_API_KEY}
COOKIE_SECRET
:
${COOKIE_SECRET}
HYDRO_ENDPOINT
:
${HYDRO_ENDPOINT}
HYDRO_SECRET
:
${HYDRO_SECRET}
HAYSTACK_URL
:
${HAYSTACK_URL}
HEROKU_APP_NAME
:
${HEROKU_APP_NAME}
ENABLED_LANGUAGES
:
${ENABLED_LANGUAGES}
DEPLOYMENT_ENV
:
${DEPLOYMENT_ENV}
HEROKU_PRODUCTION_APP
:
true
PORT
:
4000
DD_AGENT_HOST
:
datadog-agent
depends_on
:
-
datadog-agent
restart
:
always
datadog-agent
:
image
:
datadog/dogstatsd:7.32.4
ports
:
-
'
8125:8125
'
environment
:
DD_API_KEY
:
${DD_API_KEY}
DD_AGENT_HOST
:
datadog-agent
DD_HISTOGRAM_PERCENTILES
:
0.99 0.95 0.50
Back
|
FazBrowse Home
|
New Git URL