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

The production docker-compose file now no longer needs to be touched at all

Everything can be specified in the .env file!
This commit is contained in:
Oliver Walters
2022-04-20 22:35:53 +10:00
parent c3fff02bd8
commit 0b3aac21ea
2 changed files with 36 additions and 26 deletions

View File

@ -1,6 +1,16 @@
# InvenTree environment variables for a postgresql production setup
# Note: If your production setup varies from the example, you may want to change these values
# Location of persistent database data (stored external to the docker containers)
# Note: You *must* un-comment this line, and point it to a path on your local machine
# e.g. Linux
#INVENTREE_EXT_VOLUME=/home/me/inventree-data
# e.g. Windows (docker desktop)
#INVENTREE_EXT_VOLUME=c:/Users/me/inventree-data
# Default web port for the InvenTree server
INVENTREE_WEB_PORT=1337
# Ensure debug is false for a production setup
INVENTREE_DEBUG=False