mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 09:57:37 +03:00 
			
		
		
		
	* Add prototype * Update .pydocstylerc * Add tests * Remove one of the tests * Fix typo in the giphynav-aiohttp * Add README * Fix flake8
		
			
				
	
	
		
			10 lines
		
	
	
		
			113 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			113 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
version: "3.7"
 | 
						|
 | 
						|
services:
 | 
						|
 | 
						|
  monitor:
 | 
						|
    build: ./
 | 
						|
    image: monitoring-daemon
 | 
						|
    volumes:
 | 
						|
      - "./:/code"
 |