Bug: Miru Fails to Start - Docker & Local Setup Errors #46

Closed
opened 2025-07-02 20:22:36 +02:00 by ShadowArcanist · 4 comments
ShadowArcanist commented 2025-07-02 20:22:36 +02:00 (Migrated from github.com)

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 directory also visiting localhost:3000 shows internal server error

Image


I 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:

Image

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 directory` also visiting `localhost:3000` shows internal server error ![Image](https://github.com/user-attachments/assets/326342d8-b41b-4849-8c8e-1b1335bfac63) --- I 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: ![Image](https://github.com/user-attachments/assets/e4857065-11af-41da-8a11-2455204ca488)
Owner

The issue with the monitor container is the lack of a the new config.toml file 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 watchexec not 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

The issue with the monitor container is the lack of a the new `config.toml` file 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 `watchexec` not 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
ShadowArcanist commented 2025-07-03 11:55:46 +02:00 (Migrated from github.com)

Thanks for the response!

Installing watchexec locally made the local setup work :)

Thanks for the response! Installing `watchexec` locally made the local setup work :)
Owner

Just got home now, I'm updating the docs now

Just got home now, I'm updating the docs now
Owner

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.

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.
Sign in to join this conversation.
No description provided.