2016-12-01 15:39:42 +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.
|
|
|
|
|
2018-04-05 14:51:14 +00:00
|
|
|
version: '2.1'
|
2016-12-01 15:39:42 +00:00
|
|
|
services:
|
|
|
|
webapp:
|
2017-01-21 17:50:53 +00:00
|
|
|
depends_on:
|
2019-08-14 16:24:07 +00:00
|
|
|
- node-odm
|
2019-05-26 16:35:52 +00:00
|
|
|
environment:
|
2019-08-14 16:24:07 +00:00
|
|
|
- WO_DEFAULT_NODES
|
|
|
|
node-odm:
|
2021-05-04 03:07:17 +00:00
|
|
|
image: opendronemap/nodeodm
|
2023-05-03 16:10:39 +00:00
|
|
|
expose:
|
2016-12-01 15:39:42 +00:00
|
|
|
- "3000"
|
2019-12-04 23:08:57 +00:00
|
|
|
restart: unless-stopped
|
2018-04-22 18:49:20 +00:00
|
|
|
oom_score_adj: 500
|