mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	Removed obsoleted version element from docker-compose examples (#7760)
This commit is contained in:
		| @@ -1,5 +1,3 @@ | ||||
| version: "3" | ||||
|  | ||||
| services: | ||||
|   db: | ||||
|     image: postgres:13 | ||||
|   | ||||
| @@ -1,5 +1,3 @@ | ||||
| version: "3.8" | ||||
|  | ||||
| # Docker compose recipe for InvenTree development server | ||||
| # - Runs PostgreSQL as the database backend | ||||
| # - Uses built-in django webserver | ||||
|   | ||||
| @@ -1,5 +1,3 @@ | ||||
| version: "3.8" | ||||
|  | ||||
| # Docker compose recipe for a production-ready InvenTree setup, with the following containers: | ||||
| # - PostgreSQL as the database backend | ||||
| # - gunicorn as the InvenTree web server | ||||
|   | ||||
		Reference in New Issue
	
	Block a user