mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	Fix for docker-compose v1 (#3434)
v1 does not support the name attribute
This commit is contained in:
		@@ -1,7 +1,5 @@
 | 
				
			|||||||
version: "3.8"
 | 
					version: "3.8"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
name: "inventree-development"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# Docker compose recipe for InvenTree development server
 | 
					# Docker compose recipe for InvenTree development server
 | 
				
			||||||
# - Runs PostgreSQL as the database backend
 | 
					# - Runs PostgreSQL as the database backend
 | 
				
			||||||
# - Uses built-in django webserver
 | 
					# - Uses built-in django webserver
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,5 @@
 | 
				
			|||||||
version: "3.8"
 | 
					version: "3.8"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
name: "inventree-production"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# Docker compose recipe for a production-ready InvenTree setup, with the following containers:
 | 
					# Docker compose recipe for a production-ready InvenTree setup, with the following containers:
 | 
				
			||||||
# - PostgreSQL as the database backend
 | 
					# - PostgreSQL as the database backend
 | 
				
			||||||
# - gunicorn as the InvenTree web server
 | 
					# - gunicorn as the InvenTree web server
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user