-
-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker Compose Failed start up #886
Comments
For the meta_mopidy.py file, you can get it there : https://github.com/badaix/snapcast/blob/master/server/etc/plug-ins/meta_mpd.py I don't need any server.json file to spin up my containers. The mopidy.conf file is mounted where you write it to be mounted : |
This has been pending a new release of Snapcast, which happened just a few days ago. I have updated the Snapcast docker image so this will use this new version, which contains You will need to read the documentation of Snapcast to explore all the options, but when defining your snapcast output in your Snapserver config (eg Last I checked it worked something like this (but you will need to confirm the exact syntax yourself):
Iris' out-of-box |
When I say out-of-the-box, you still need to configure some elements of the docker stack. Have you tried creating an empty |
@jaedb the syntax has changed a bit for the e.g. You could close #883 too btw. |
I have an issue with mopidy web interface not being accessible. I am running docker on a Debian LXC on proxmox. I should be able to access the web interface at an ip like I followed the installation instructions at https://github.com/jaedb/Iris/wiki/Getting-started#installing, installed it with pip directly in the LXC. Even with this installation method I was not able to access the web interface.
I was then able to see the interface at However I would like to get it running using docker. But I cannot get it to work with the compose example file and the Here's my compose file:
And the
Afterwards I will also need to get it running with Nginx Proxy Manager. But I'm already thinking of trying out alternatives for a music player with a web client for my server after such a headache trying to get this to work. |
@remus-selea I think your issue is a misconfiguration of the Instead of being the IP address of the server, it is used to restrict access to the webui to specific clients. In your case I would expect this to be Check out the docs |
I have tried that as well, it was in the default configuration files. I was also confusing running as a service and running from the terminal and thought the config file wasn't applying properly. I switched back to |
@jaedb When running Iris for the first time with the provided compose file, I encountered some difficulties that I think could be improved. Firstly, the compose file should create the necessary configuration files in the specified volumes with the content of the example files. This would make it easier for users to get started and edit the files as needed. In my case, I had to figure out why only directories were created instead of the expected files (the directories even had the names of the required configuration files). Secondly, the documentation could do without mentioning to the user to clone the whole project to be able to run it. This part should be omitted, and maybe mentioned when talking about contribution for developers. This would make it easier for users who just want to use the player and not contribute to its development. Finally, I had trouble finding an example
Overall, I think these improvements would make it easier for users to get started with Mopidy-Iris and avoid some of the confusion I experienced. Thanks for your attention and happy listening! |
I just noticed that in the Iris settings, there is an upgrade available from version 3.65 to 3.66. However, when I tried to update by running "docker-compose pull" with both "jaedb/iris:latest" and "jaedb/iris:3.66" images, the upgrade did not reflect in the settings and still showed version 3.65. I'm not sure if this is a bug or if there's another step I'm missing. |
I opened a post on the mopidy discourse a few weeks, no answer yet : https://discourse.mopidy.com/t/docker-iris-version-different-on-tag-and-inside-container/5702 |
Oh man I was wondering about this. I ran into the same issue as you and now that I disabled the Tidal extension it totally worked. Thanks! |
I also removed tidal and Iris docker started to work. |
@remus-selea and @shad-lp the version-mismatch issue is covered in #921 Regarding the origional issue of this issue, it seems to be due to the Mopidy-Tidal extension awaiting authentication which blocks startup until user interacts. |
Using Docker on a Debian LXC container.
I cannot get Iris to start up using the docker compose in the getting started due to multiple errors.
I'm trying to use docker since as I understand the Pip install still has the broken version of the spotify lib? The pip version installed easily but Docker seems to be impossible to spin up using the getting started section.
The text was updated successfully, but these errors were encountered: