inventree running in a docker #10731
Replies: 5 comments 6 replies
-
|
Have you run |
Beta Was this translation helpful? Give feedback.
-
|
I'm running the container on a synology NAS and this command doesn't work. I indeed saw your command in the documentation, but as it was not working I only did the invoke update using the container console, The command works as expected until the frontend: invoke update logs show: On my synology NAS cat /etc.defaults/VERSION |
Beta Was this translation helpful? Give feedback.
-
This line is fine - the docker image is distributed with a pre-built frontend, so it is intentionally skipped as part of docker setup. However - it still needs to be copied to the "static" directory for hosting. This is part of the "static" step in the update process.
Can you please post the full output of the command? |
Beta Was this translation helpful? Give feedback.
-
|
ok, so i finally succeeded to get it working after some fight with docker: To get the docker-compose command to start, i had to : then But at this stage i was able to restart the docker and get the GUI. |
Beta Was this translation helpful? Give feedback.
-
|
Issue fixed. Thank you for the support |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i'm trying to run inventree stable version in a docker: https://hub.docker.com/r/inventree/inventree/
INVENTREE_COMMIT_HASH=0dcb706
INVENTREE_COMMIT_DATE=2025-10-21 16:29:24 +1100
So from documentation, fronted should be part of the release as it is stable version.
But when i put the URL of the invertee server in the HTML browser, i see only this message:
If you see this text there might be an issue with your update.
See INVE-E1 in the docs for help.
Looks like it is linked to the fronted, who indeed is not part of the docker
root@1302ab7f4117:/home/inventree/src# ls -al
total 0
drwxr-xr-x 1 root root 14 Nov 1 15:27 .
drwxr-xr-x 1 root root 178 Nov 1 15:15 ..
drwxr-xr-x 1 root root 50 Oct 24 06:17 backend
i guess i figured out why frontend is not there:
invoke update logs show: Skipping frontend update (INVENTREE_DOCKER flag set)
So i probably missed something ?
Beta Was this translation helpful? Give feedback.
All reactions