mirror of
				https://github.com/HoneyryderChuck/httpx.git
				synced 2025-11-04 00:01:41 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			246 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			246 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
version: '3'
 | 
						|
services:
 | 
						|
  httpx:
 | 
						|
    environment:
 | 
						|
      - "BUNDLE_PATH=${BUNDLE_PATH}"
 | 
						|
      - "BUNDLE_JOBS=${BUNDLE_JOBS}"
 | 
						|
      - "BUNDLE_WITHOUT=${BUNDLE_WITHOUT}"
 | 
						|
      - HTTPBIN_HOST=nghttp2
 | 
						|
    volumes:
 | 
						|
      - "${MOUNT_POINT}:/home/vendor"
 |