mirror of
				https://github.com/HoneyryderChuck/httpx.git
				synced 2025-11-04 00:01:41 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			153 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			153 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
version: '3'
 | 
						|
services:
 | 
						|
  httpx:
 | 
						|
    image: ruby:2.5-alpine
 | 
						|
    environment:
 | 
						|
      - HTTPBIN_COALESCING_HOST=another
 | 
						|
    links:
 | 
						|
      - "nghttp2:another"
 |