Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 679 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 679 Bytes

golivebox

Docker Compose application to broadcast live prayers audio streams to a SHOUTcast/Icecast server.

System Requirements

Configure

Clone this repository to your home directory, then do the following:

  • Create an empty database file for filebrowser: touch filebrowser.db.
  • Copy example.env to .env and set values for all environment variables.

Run

Start:

docker-compose up -d

Monitor:

docker-compose ps

Follow logs:

docker-compose logs -f 

Stop:

docker-compose down