mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	@@ -8,8 +8,10 @@ COMPOSE_PROJECT_NAME=inventree
 | 
				
			|||||||
# InvenTree version tag (e.g. 'stable' / 'latest' / 'x.x.x')
 | 
					# InvenTree version tag (e.g. 'stable' / 'latest' / 'x.x.x')
 | 
				
			||||||
INVENTREE_TAG=stable
 | 
					INVENTREE_TAG=stable
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# InvenTree server URL - update this to match your host
 | 
					# InvenTree server URL - update this to match your server URL
 | 
				
			||||||
INVENTREE_SITE_URL="http://inventree.localhost"
 | 
					INVENTREE_SITE_URL="http://inventree.localhost"
 | 
				
			||||||
 | 
					#INVENTREE_SITE_URL="http://192.168.1.2"  # You can specify a local IP address here
 | 
				
			||||||
 | 
					#INVENTREE_SITE_URL="https://inventree.my-domain.com"  # Or a public domain name (which you control)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Specify the location of the external data volume
 | 
					# Specify the location of the external data volume
 | 
				
			||||||
# By default, placed in local directory 'inventree-data'
 | 
					# By default, placed in local directory 'inventree-data'
 | 
				
			||||||
@@ -25,7 +27,7 @@ INVENTREE_PLUGINS_ENABLED=True
 | 
				
			|||||||
INVENTREE_AUTO_UPDATE=True
 | 
					INVENTREE_AUTO_UPDATE=True
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# InvenTree superuser account details
 | 
					# InvenTree superuser account details
 | 
				
			||||||
# Un-comment (and complete) these lines to auto-create an admin acount
 | 
					# Un-comment (and complete) these lines to auto-create an admin account
 | 
				
			||||||
#INVENTREE_ADMIN_USER=
 | 
					#INVENTREE_ADMIN_USER=
 | 
				
			||||||
#INVENTREE_ADMIN_PASSWORD=
 | 
					#INVENTREE_ADMIN_PASSWORD=
 | 
				
			||||||
#INVENTREE_ADMIN_EMAIL=
 | 
					#INVENTREE_ADMIN_EMAIL=
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user