Aanand Prasad
							
						 | 
						
							
							
								7b5bad6050
							
							Merge pull request #2851 from cr7pt0gr4ph7/2839-fix-networks-merging
						 | 
						9 년 전 | 
					
				
					
						
							
								   Joffrey F
							
						 | 
						
							
							
								fdf4a2e89e
							
							Merge pull request #2734 from jrabbit/empty-env-var-2359
						 | 
						9 년 전 | 
					
				
					
						
							
								   Lukas Waslowski
							
						 | 
						
							
							
								5bd88f634f
							
							Handle the 'network_mode' key when merging multiple compose files.
						 | 
						9 년 전 | 
					
				
					
						
							
								   Lukas Waslowski
							
						 | 
						
							
							
								5a3a10d43b
							
							Correctly merge the 'services/<service>/networks' key in the case of multiple compose files.
						 | 
						9 년 전 | 
					
				
					
						
							
								   jrabbit
							
						 | 
						
							
							
								677c50650c
							
							Change special case from '_', None to ()
						 | 
						9 년 전 | 
					
				
					
						
							
								   Daniel Nephin
							
						 | 
						
							
							
								e32863f89e
							
							Make links unique-by-alias when merging
						 | 
						9 년 전 | 
					
				
					
						
							
								   Daniel Nephin
							
						 | 
						
							
							
								bf6a5d3e49
							
							Fix merging of lists with multiple files.
						 | 
						9 년 전 | 
					
				
					
						
							
								   Ryan Taylor Long
							
						 | 
						
							
							
								c70c72f49a
							
							Add depends_on to ALLOWED_KEYS
						 | 
						9 년 전 | 
					
				
					
						
							
								   Aanand Prasad
							
						 | 
						
							
							
								1152c5b25b
							
							Tweak and test warning shown when version is a dict
						 | 
						9 년 전 | 
					
				
					
						
							
								   Aanand Prasad
							
						 | 
						
							
							
								ef8db3650a
							
							Improve error messages for invalid versions
						 | 
						9 년 전 | 
					
				
					
						
							
								   Aanand Prasad
							
						 | 
						
							
							
								aeef61fcd8
							
							Make 'version' a string
						 | 
						9 년 전 | 
					
				
					
						
							
								   Aanand Prasad
							
						 | 
						
							
							
								a8de582425
							
							Remove redundant check - self.config should never be None
						 | 
						9 년 전 | 
					
				
					
						
							
								   Aanand Prasad
							
						 | 
						
							
							
								ed1b204804
							
							Rename 'net' to 'network mode' in various classes/methods
						 | 
						9 년 전 | 
					
				
					
						
							
								   Aanand Prasad
							
						 | 
						
							
							
								e566a4dc1c
							
							Implement network_mode in v2
						 | 
						9 년 전 | 
					
				
					
						
							
								   Aanand Prasad
							
						 | 
						
							
							
								a267d8fe3c
							
							Merge pull request #2728 from shin-/2709_service_volumes
						 | 
						9 년 전 | 
					
				
					
						
							
								   jrabbit
							
						 | 
						
							
							
								6540efb3d3
							
							If an env var is passthrough but not defined on the host don't set it.
						 | 
						9 년 전 | 
					
				
					
						
							
								   Joffrey F
							
						 | 
						
							
							
								139c7f7830
							
							Move named volumes matching to config validation phase
						 | 
						9 년 전 | 
					
				
					
						
							
								   Aanand Prasad
							
						 | 
						
							
							
								7a4fdfd034
							
							Merge pull request #2712 from jzvelc/fix_v2_service_extend
						 | 
						9 년 전 | 
					
				
					
						
							
								   Jure Žvelc
							
						 | 
						
							
							
								907c3ce42b
							
							Fix for extending services written in v2 format.
						 | 
						9 년 전 | 
					
				
					
						
							
								   Daniel Nephin
							
						 | 
						
							
							
								146587643c
							
							Move ulimits validation to validation.py and improve the error message.
						 | 
						9 년 전 | 
					
				
					
						
							
								   Daniel Nephin
							
						 | 
						
							
							
								0bce467782
							
							Implement depends_on to define an order for services in the v2 format.
						 | 
						9 년 전 | 
					
				
					
						
							
								   Daniel Nephin
							
						 | 
						
							
							
								dc1104649f
							
							Validate that an extended config file has the same version as the base.
						 | 
						9 년 전 | 
					
				
					
						
							
								   Daniel Nephin
							
						 | 
						
							
							
								b98e2169e6
							
							Error when the project name is invalid for the image name.
						 | 
						9 년 전 | 
					
				
					
						
							
								   Daniel Nephin
							
						 | 
						
							
							
								b689c4a218
							
							Move service validation to validate_service().
						 | 
						9 년 전 | 
					
				
					
						
							
								   Aanand Prasad
							
						 | 
						
							
							
								47e53b49c2
							
							Merge pull request #2653 from shin-/Runscope-build-args
						 | 
						9 년 전 | 
					
				
					
						
							
								   Joffrey F
							
						 | 
						
							
							
								1ae57d92d4
							
							Remove duplicate functions
						 | 
						9 년 전 | 
					
				
					
						
							
								   Joffrey F
							
						 | 
						
							
							
								13063a96cb
							
							Fix handling of service.dockerfile key
						 | 
						9 년 전 | 
					
				
					
						
							
								   Garrett Heel
							
						 | 
						
							
							
								9cfa71ceee
							
							Add support for build arguments
						 | 
						10 년 전 | 
					
				
					
						
							
								   Daniel Nephin
							
						 | 
						
							
							
								79df2ebe1b
							
							Support variable interpolation for volumes and networks sections.
						 | 
						9 년 전 | 
					
				
					
						
							
								   Aanand Prasad
							
						 | 
						
							
							
								69ed5f9c48
							
							Specify networks in Compose file
						 | 
						10 년 전 |