OpenDroneMap-WebODM/docker-compose.nodeodm.yml

18 wiersze
396 B
YAML
Czysty Zwykły widok Historia

# 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'
services:
webapp:
depends_on:
2019-08-14 16:24:07 +00:00
- node-odm
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
expose:
- "3000"
restart: unless-stopped
oom_score_adj: 500