mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +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?
|
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user