2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Refactor development docker-compose setup

This commit is contained in:
Oliver Walters
2022-04-20 23:15:37 +10:00
parent 0b3aac21ea
commit 85feb30812
6 changed files with 20 additions and 91 deletions

View File

@ -1,6 +1,6 @@
version: "3.8"
# Docker compose recipe for InvenTree (production setup)
# Docker compose recipe for InvenTree production server
# - PostgreSQL as the database backend
# - gunicorn as the InvenTree web server
# - django-q as the InvenTree background worker process