2019-05-10 00:24:27 +00:00
|
|
|
# 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
|
2019-05-26 16:35:52 +00:00
|
|
|
environment:
|
|
|
|
- WO_CREATE_MICMAC_PNODE=YES
|
2019-05-10 00:24:27 +00:00
|
|
|
node-micmac-1:
|
|
|
|
image: dronemapper/node-micmac
|
|
|
|
container_name: node-micmac-1
|
|
|
|
ports:
|
2019-05-10 16:25:36 +00:00
|
|
|
- "3000"
|
2019-12-04 23:08:57 +00:00
|
|
|
restart: unless-stopped
|
2019-05-10 00:24:27 +00:00
|
|
|
oom_score_adj: 500
|