kopia lustrzana https://github.com/OpenDroneMap/WebODM
				
				
				
			
		
			
				
	
	
		
			17 wiersze
		
	
	
		
			473 B
		
	
	
	
		
			YAML
		
	
	
			
		
		
	
	
			17 wiersze
		
	
	
		
			473 B
		
	
	
	
		
			YAML
		
	
	
| # 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'
 | |
| services:
 | |
|   webapp:
 | |
|     entrypoint: /bin/bash -c "chmod +x /webodm/*.sh && /webodm/wait-for-it.sh db:5432 -- /webodm/start.sh --create-default-pnode"
 | |
|     depends_on:
 | |
|       - db
 | |
|       - node-odm-1
 | |
|   node-odm-1:
 | |
|     image: pierotofy/nodeodm
 | |
|     container_name: node-odm-1
 | |
|     ports:
 | |
|       - "3000"
 |