FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
WebODM/docker-compose.nodemicmac.yml at master · luodinglin/WebODM · GitHub
luodinglin
/
WebODM
Public
forked from
WebODM/WebODM
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
WebODM
/
docker-compose.nodemicmac.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (17 loc) · 453 Bytes
Breadcrumbs
WebODM
/
docker-compose.nodemicmac.yml
Copy path
File metadata and controls
18 lines (17 loc) · 453 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
#
Chaining this file to the main docker-compose file adds
#
a default processing node instance. This is best for users
#
who are just getting started with WebODM.
version
:
'
2.1
'
services
:
webapp
:
depends_on
:
-
node-micmac-1
environment
:
-
WO_CREATE_MICMAC_PNODE=YES
node-micmac-1
:
image
:
opendronemap/nodemicmac
container_name
:
node-micmac-1
expose
:
-
"
3000
"
restart
:
unless-stopped
oom_score_adj
:
500
Back
|
FazBrowse Home
|
New Git URL