mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #2856 from SchrodingersGat/docker-project-names
Adds project names for docker-compose files
This commit is contained in:
commit
d647153cc2
@ -16,3 +16,4 @@ INVENTREE_DB_PASSWORD=pgpassword
|
||||
# Enable plugins?
|
||||
INVENTREE_PLUGINS_ENABLED=True
|
||||
|
||||
COMPOSE_PROJECT_NAME=inventree-development
|
||||
|
@ -30,3 +30,5 @@ INVENTREE_DB_PORT=5432
|
||||
|
||||
# Enable plugins?
|
||||
INVENTREE_PLUGINS_ENABLED=False
|
||||
|
||||
COMPOSE_PROJECT_NAME=inventree-production
|
||||
|
Loading…
Reference in New Issue
Block a user