2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

Use env-variable for image tag (#3350)

This commit is contained in:
Matthias Mair
2022-07-18 01:09:04 +02:00
committed by GitHub
parent 6aeb818137
commit 7549d033df
2 changed files with 5 additions and 2 deletions

View File

@ -42,4 +42,7 @@ INVENTREE_CACHE_PORT=6379
# Enable plugins?
INVENTREE_PLUGINS_ENABLED=False
# Image tag that should be used
INVENTREE_TAG=stable
COMPOSE_PROJECT_NAME=inventree-production