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

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