Coder Social home page Coder Social logo

databill86 / docker-koel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 0xcaff/docker-koel

0.0 0.0 0.0 21 KB

A minimal docker image for the koel music streaming server.

Home Page: https://hub.docker.com/r/0xcaff/koel/

License: MIT License

Shell 16.62% Dockerfile 83.38%

docker-koel's Introduction

docker-koel

automated-build-badge

A docker image with only the bare essentials needed to run koel. It includes apache and a php runtime with required extensions.

Usage

First start the koel server with a mysql database and music storage volume.

docker run --name koel -p 80:80 -it 0xcaff/koel

On the first run, if the .env file isn't created, it will be created and the APP_KEY variable will be populated.

Compose

docker-compose can be used to start koel along with its depdencies. Just run.

docker-compose up

On the first start (after an upgrade or initial installation), the database needs to be migrated. Run koel init with docker exec in the koel runtime container:

docker-compose exec koel php artisan koel:init

Check out the ./docker-compose.yml file for more information.

docker-koel's People

Contributors

0xcaff avatar christophwurst avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.