2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 18:15:40 +00:00

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
2 changed files with 0 additions and 4 deletions

View File

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