docker
docker copied to clipboard
A minimal docker image for the koel music streaming server.
When I upload, only my smaller audio files upload. Some of the files are on the larger size being radio shows. I've deployed into kubernetes and obviously there may be...
FYI: I think it's related to your card https://github.com/koel/docker/projects/1#card-31191171 Using a reverse proxy is a common way of accessing dockerized services outside your local network. Some typical reverse proxy docker...
Hi, I'm unable to login into koel, i ran `php artisan koel:init` into my container, and as mentioned, it fails at the frontend assets. There seem to be no problem...
Hi, I got the docker-compose.yaml running, and database initialised. After adding `MEMORY_LIMIT: 5000` to the `environment:` section of the koel container, `koel:sync` worked without exiting blindly. However, when attempting to...
I have completed the setup and ran `php artisan koel:init` before running `php artisan koel:sync` and once the sync had completed, when I clicked on a song it would just...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.10.0 to 3.2.0. Release notes Sourced from docker/build-push-action's releases. v3.2.0 What's Changed Remove workaround for setOutput by @crazy-max (#704) Docs: fix Git context link and add more...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.6.0 to 2.2.1. Release notes Sourced from docker/setup-buildx-action's releases. v2.2.1 What's Changed Preserve quotes surrounding fields in input list by @crazy-max (#174) Escape surrounding quotes for platforms...
The `README` makes it appear that you have to use a dockerized DB with Koel: > DB_HOST: database. The name of the Docker container hosting the database. Koel needs to...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1.2.0 to 2.1.0. Release notes Sourced from docker/setup-qemu-action's releases. v2.1.0 What's Changed Use context for inputs by @crazy-max (#62) Use built-in getExecOutput by @crazy-max (#61) Remove workaround...
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.14.1 to 2.1.0. Release notes Sourced from docker/login-action's releases. v2.1.0 What's Changed Ensure AWS temp credentials are redacted in workflow logs by @crazy-max (#275) Bump @actions/core from...