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.