2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +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

@ -12,7 +12,7 @@
# Default web port for the InvenTree server
INVENTREE_WEB_PORT=1337
# Ensure debug is false for a production setup
# Ensure DEBUG is False for a production setup
INVENTREE_DEBUG=False
INVENTREE_LOG_LEVEL=WARNING

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