Rudloff / alltube

Web GUI for youtube-dl
GNU General Public License v3.0
2.96k stars 582 forks source link

Create heroku.yml #316

Closed rsoorajs closed 3 years ago

rsoorajs commented 3 years ago

heroku docker support added

Rudloff commented 3 years ago

Is this is merged, does it mean deployments will start using the Docker image? The Docker image is not well maintained, so I would not want to use it for https://alltubedownload.net/.

rsoorajs commented 3 years ago

Is this is merged, does it mean deployments will start using the Docker image? The Docker image is not well maintained, so I would not want to use it for https://alltubedownload.net/.

yup.i understand your concern.so shall i close the PR ?

Rudloff commented 3 years ago

I tried to push your branch on my Heroku instance and it did not automatically try to use the Docker image. According to the doc, it seems to only do so if the stack is container (my stack is heroku-18). So I guess we can keep the heroku.yml file.

rsoorajs commented 3 years ago

Thank you.