mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #373] Docker container support #268
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#268
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @peteyycz on GitHub (Jul 10, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/373
Docker containers make deployments so much easier, as far as I understand to run this app we need, 3 containers, (MariaDB, a web-server, and 1 with the app running) we'd also need to mount a permanent filesystem to the app instance, and mariadb.
My idea is to create a base image which we could later create our own images from with
Then provide a docker-compose file to run all the images, with a single command.
@phanan commented on GitHub (Jul 10, 2016):
Just do a search – other guys have come up with this idea before. Feel free to come up with your own ;)
@peteyycz commented on GitHub (Jul 10, 2016):
It would be nice to include, links to the already existing repositories that you think are viable options 👍