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:
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user