Creates an Ameinias jukebox container that writes audio output to a fifo. Requires a separate container to copy bytes from the fifo to an audio device or mp3 streaming server.
Launch it something like this, with audio files in /mp3 and an empty dir in /var/ameinias for database and fifo files:
docker run --name ameinias
--rm -it
-p 80:7076
-v /var/ameinias:/adata
-v /var/mp3:/mp3
tekhedd/ameinias:3.1.0.1
See also: http://ameinias.com/
Dockerfile and example docker-compose available in the gitlab project: https://gitlab.com/byteheaven/ameinias-docker
Content type
Image
Digest
sha256:c5ad8e142…
Size
311 MB
Last updated
almost 11 years ago
docker pull tekhedd/ameinias