Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store channels persistent in docker volume #40

Open
antebrl opened this issue Dec 21, 2024 · 0 comments
Open

Store channels persistent in docker volume #40

antebrl opened this issue Dec 21, 2024 · 0 comments
Assignees
Milestone

Comments

@antebrl
Copy link
Owner

antebrl commented Dec 21, 2024

🚀 Description

Problem to solve

If you add multiple channels/playlists and wan't to restart the docker containers, the channels will be gone, as they are stored in memory only.

Proposal

Store the channels in the docker volume, which is persistent. As its not that complicated data structure, there is no need for a database. The channels will be stored in json format!

@antebrl antebrl added this to the Backlog milestone Dec 21, 2024
@antebrl antebrl self-assigned this Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant