mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-05 19:41:41 +00:00
[Docker] Alpine image fix (#9118)
* Revert to alpine3:20 / postgres:16 * Remove old hack - No longer needed as we are using python 3.11 * Update package requirements for devcontainer Also fixes some docker warnings from the alpine Dockerfile * Specify SITE_URL * Reduce log output during docker image testing
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
# InvenTree environment variables for a development setup
|
||||
# These variables will be used by the docker-compose.yml file
|
||||
|
||||
INVENTREE_SITE_URL=http://localhost:8000
|
||||
|
||||
# Set DEBUG to True for a development setup
|
||||
INVENTREE_DEBUG=True
|
||||
INVENTREE_LOG_LEVEL=INFO
|
||||
INVENTREE_LOG_LEVEL=WARNING
|
||||
INVENTREE_DB_LOGGING=False
|
||||
|
||||
# Database configuration options
|
||||
|
Reference in New Issue
Block a user