feat: Add local barcode plugin
This commit is contained in:
parent
73b34ff7b0
commit
f30620a8a2
5 changed files with 29 additions and 0 deletions
|
|
@ -83,6 +83,8 @@ services:
|
|||
volumes:
|
||||
# Data volume must map to /home/inventree/data
|
||||
- ${INVENTREE_EXT_VOLUME}:/home/inventree/data:z
|
||||
- ./plugins.txt:/home/inventree/data/plugins.txt:ro,z
|
||||
- ./plugins:/home/inventree/plugins:ro,z
|
||||
restart: unless-stopped
|
||||
|
||||
# Background worker process handles long-running or periodic tasks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue