mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix for docker-compose v1 (#3434)
v1 does not support the name attribute
This commit is contained in:
parent
3fc9a36d4b
commit
703731ec4d
@ -1,7 +1,5 @@
|
||||
version: "3.8"
|
||||
|
||||
name: "inventree-development"
|
||||
|
||||
# Docker compose recipe for InvenTree development server
|
||||
# - Runs PostgreSQL as the database backend
|
||||
# - Uses built-in django webserver
|
||||
|
@ -1,7 +1,5 @@
|
||||
version: "3.8"
|
||||
|
||||
name: "inventree-production"
|
||||
|
||||
# Docker compose recipe for a production-ready InvenTree setup, with the following containers:
|
||||
# - PostgreSQL as the database backend
|
||||
# - gunicorn as the InvenTree web server
|
||||
|
Loading…
Reference in New Issue
Block a user