Help installing via Docker Compose #6292
-
Hello,
crash with errors Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You need to run As you are building the development image, you should be following these instructions here: https://docs.inventree.org/en/stable/start/docker_dev/#quickstart-guide However, are you intending on building the development image? Or are you intending to use for production? If development, I'd highly recommend following the devcontainer process to get a local dev environment going. If production, use the docker production guide |
Beta Was this translation helpful? Give feedback.
You need to run
docker compose run inventree-dev-server invoke update
beforedocker compose up
As you are building the development image, you should be following these instructions here:
https://docs.inventree.org/en/stable/start/docker_dev/#quickstart-guide
However, are you intending on building the development image? Or are you intending to use for production?
If development, I'd highly recommend following the devcontainer process to get a local dev environment going.
If production, use the docker production guide