Merge pull request #2856 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
commit d647153cc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

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

View File

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