2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 13:56:30 +00:00

Merge pull request from SchrodingersGat/docker-project-names

Adds project names for docker-compose files
This commit is contained in:
Oliver
2022-04-21 12:30:07 +10:00
committed by GitHub
2 changed files with 3 additions and 0 deletions
docker
.env
production

@ -16,3 +16,4 @@ INVENTREE_DB_PASSWORD=pgpassword
# Enable plugins? # Enable plugins?
INVENTREE_PLUGINS_ENABLED=True INVENTREE_PLUGINS_ENABLED=True
COMPOSE_PROJECT_NAME=inventree-development

@ -30,3 +30,5 @@ INVENTREE_DB_PORT=5432
# Enable plugins? # Enable plugins?
INVENTREE_PLUGINS_ENABLED=False INVENTREE_PLUGINS_ENABLED=False
COMPOSE_PROJECT_NAME=inventree-production