Docker Compose
No-go ideas
There are lots of great ideas and many are beyond what we intend to do for Libation. Some good ideas which we do not intend to pursue:
- comprehensive api/cli
- aax/audiobook import
- bulk rename of existing files
- general metadata/tag editor
- playback features
- web gui
- supporting non-audible vendors
- official docker support
Describe the solution you'd like
Hello! Due to scalability, easy to handle installation and updatability I wanted to ask if it is possible to implement a docker compose possibility to the corresponding builds here in the git.
Keeps Updating and Installing this great tool even more easy
Greetings!
Sounds useful. Docker features are community supported niceties. I don't implement any of them. If you have a PR, I can tag some Docker users to review.
I'm currently using Docker Compose to build a Dockerfile running a stripped down VNC server (don't remember which one) just to run Libation ... someone posted the Dockerfile here, I made the compose file.
I'm currently using Docker Compose to build a Dockerfile running a stripped down VNC server (don't remember which one) just to run Libation ... someone posted the Dockerfile here, I made the compose file.
I'm using the Docker container that @ceramicwhite created using KASM VNC. I think I posted my compose file for it around here somewhere. He has it pull in the LSIO kasmvnc image as a base. I had mentioned to him that LSIO has gone to using a Selkies image now, and suggested maybe he should look at switching to the LSIO Selkies base images himself.