You've already forked dcmerge
							
							test(assets): add depends_on as example
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		| @@ -1,6 +1,8 @@ | ||||
| version: "3.3" | ||||
| services: | ||||
|   app: | ||||
|     depends_on: | ||||
|     - oracle | ||||
|     environment: | ||||
|     - HTTP_PROXY=1.2.3.4:8080 | ||||
|     image: repository:version | ||||
|   | ||||
| @@ -1,6 +1,8 @@ | ||||
| version: "3.3" | ||||
| services: | ||||
|   app: | ||||
|     depends_on: | ||||
|     - postgres | ||||
|     environment: | ||||
|     - HTTP_PROXY=4.3.2.1:8080 | ||||
|     image: repository:version | ||||
|   | ||||
		Reference in New Issue
	
	Block a user