docker-koel

koel 音乐流媒体服务器的最小 docker 映像。「A minimal docker image for the koel music streaming server.」

Github星跟踪图

docker-koel

一个只包含运行 koel 所需基本要素的 docker 镜像。它包括 apache 和一个带有必要扩展的 php 运行时。

使用方法

首先用 mysql 数据库和音乐存储卷启动 koel 服务器。

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

在第一次运行时,如果没有创建 .env 文件,就会创建并填充 APP_KEY 变量。

Compose

docker-compose 可以用来启动 koel 和它的 depdencies。只要运行

docker-compose up

在第一次启动时(升级或初始安装后),需要迁移数据库。在koel运行时容器中用docker exec运行koel init。

docker-compose exec koel php artisan koel:init

查看 ./docker-compose.yml 文件以获取更多信息。


主要指标

概览
名称与所有者roylee0704/react-flexbox-grid
主编程语言JavaScript
编程语言Shell (语言数: 4)
平台Docker, Linux, Mac, Windows Subsystem for Linux (WSL)
许可证
所有者活动
创建于2015-11-16 07:47:50
推送于2023-01-24 17:25:03
最后一次提交2022-01-07 15:11:28
发布数44
最新版本名称v2.1.2 (发布于 )
第一版名称v0.1.0 (发布于 2015-11-17 00:14:51)
用户参与
星数2.9k
关注者数30
派生数204
提交数291
已启用问题?
问题数126
打开的问题数40
拉请求数38
打开的拉请求数21
关闭的拉请求数16
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

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.