Libation icon indicating copy to clipboard operation
Libation copied to clipboard

Docker Compose

Open Hustleberry opened this issue 1 month ago • 3 comments

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!

Hustleberry avatar Nov 28 '25 19:11 Hustleberry

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.

rmcrackan avatar Nov 28 '25 21:11 rmcrackan

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.

wtanksleyjr avatar Dec 01 '25 17:12 wtanksleyjr

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.

CLHatch avatar Dec 01 '25 19:12 CLHatch