FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
docsapi/docker-compose.yml at main · example-git/docsapi · GitHub
example-git
/
docsapi
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
docsapi
/
docker-compose.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (22 loc) · 640 Bytes
Breadcrumbs
docsapi
/
docker-compose.yml
Copy path
File metadata and controls
23 lines (22 loc) · 640 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
services
:
cloudflared
:
image
:
cloudflare/cloudflared:latest
command
:
tunnel --no-autoupdate --config /etc/cloudflared/config.yml run
environment
:
TUNNEL_TOKEN
:
${CLOUDFLARE_TUNNEL_TOKEN}
volumes
:
-
./cloudflared/config.yml:/etc/cloudflared/config.yml:ro
restart
:
unless-stopped
docsapi
:
build
:
.
network_mode
:
"
service:cloudflared
"
environment
:
NODE_ENV
:
production
PORT
:
"
3000
"
HOSTNAME
:
"
0.0.0.0
"
LOCAL_DOCS_PASSWORD
:
${LOCAL_DOCS_PASSWORD}
volumes
:
-
${LOCAL_DOCS_PATH:-./local}:/app/local
depends_on
:
-
cloudflared
restart
:
unless-stopped
Back
|
FazBrowse Home
|
New Git URL