Fix for docker-compose v1 (#3434)

v1 does not support the name attribute
This commit is contained in:
Oliver 2022-07-30 11:43:15 +10:00 committed by GitHub
parent 3fc9a36d4b
commit 703731ec4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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