chuntfm / chuntfm-liquidsoap

ChuntFM's liquidsoap configuration with a self contained docker infrastructure for resilient radio streaming
Other
0 stars 0 forks source link

make prerec scheduler able to access the stack #21

Open kmnx opened 1 month ago

kmnx commented 1 month ago

annoying to dockerize as prerec-scheduler expects to be able to run liquidsoap

kmnx commented 1 month ago

idea was dockerize with gunicorn but that's annoying because we'd have to pack both ls and gunicorn and the scheduler in one image.

just running on bare metal also not ideal as it requires manually installing LS and also running either flask or gunicorn

kmnx commented 1 month ago

let's just keep it on bare metal for now and try to find a way later, at least we can switch the stack finally