Bug: Miru Fails to Start - Docker & Local Setup Errors #46
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
help wanted
invalid
javascript
question
rust
wontfix
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nord-studio/miru#46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I tried deploying Miru using docker compose by following the guide on https://miru.nordstud.io/docs/install/docker-compose but the monitor container exits with the error
exec ./monitor: no such file or directoryalso visitinglocalhost:3000shows internal server errorI also tried running locally by following https://github.com/nord-studio/miru?tab=readme-ov-file#running-locally but it is also failing with error message as below:
The issue with the monitor container is the lack of a the new
config.tomlfile which I implemented but haven't updated the docs with yet. I'll be sure to update them later today.Trying to run the monitor service locally failed due to
watchexecnot being installed locally. Installing it should fix that issue.Contact me via the "miru-support" channel on our Discord if you need any help: https://nordstud.io/discord
Thanks for the response!
Installing
watchexeclocally made the local setup work :)Just got home now, I'm updating the docs now
Issue should be fixed, I'm going to release a new version (v0.4.1) which should push new images to the container registry. It may take a while though.