Skip to content
Discussion options

You must be logged in to vote

Okay, followed your hint and edited docker-compose.yml (section inventree-server) to become:

        volumes:
            # Data volume must map to /home/inventree/data
            - ${INVENTREE_EXT_VOLUME}:/home/inventree/data:z
            - ${INVENTREE_PART_IMPORT_PLUGIN_CONFIG_VOLUME}:/root/.config:z

... and added the new parameter INVENTREE_PART_IMPORT_PLUGIN_CONFIG_VOLUME to .env file:

# Specify the location of the external inventree-part-import volume
# where inventree-part-import stores its config
INVENTREE_PART_IMPORT_PLUGIN_CONFIG_VOLUME=./inventree-part-import/.config

That does the job - thank you for your hint!

Kind regards

A.S.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by matmair
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants