oliverjrose99 / Recordurbate

A Bot to automatically record Chaturbate live streams.
GNU General Public License v3.0
235 stars 77 forks source link

Docker #79

Open skybarberom opened 2 years ago

skybarberom commented 2 years ago

As an improvement, it could be nice to have a docker version of the project with its docker file. It would be easier to deploy/maintain

taux1c commented 10 months ago

I thought about this as well. As I was installing it was throwing tons of errors mainly upset that I was installing outside of a venv. 🙄

I may make a dockerfile and add it to a PR.

skybarberom commented 10 months ago

I thought about this as well. As I was installing it was throwing tons of errors mainly upset that I was installing outside of a venv. 🙄

I may make a dockerfile and add it to a PR.

I am no code expert, so when I did a dockerfile in the past the problem is that I think the program do a fork and the container terminate because it doesn't see anymore the process (I hope I said correctly). If you can make it works wonderful. At the moment I run it in a container with the program launched manually :/

Despernal commented 10 months ago

I been running this in docker for a long time i have made a repo with how i do it.

https://github.com/Despernal/Recordurbate-Docker

skybarberom commented 9 months ago

I been running this in docker for a long time i have made a repo with how i do it.

https://github.com/Despernal/Recordurbate-Docker

I have a problem getting the docker image

# docker pull ghcr.io/despernal/recordurbate-docker Using default tag: latest Error response from daemon: manifest unknown

also if I try what it suggests on the repo

docker pull ghcr.io/despernal/recordurbate-docker:sha256-b9e67c40c476a9d6b221002774c9946cab4f9b9d3eab89897262ee189002474a.sig

I saw you update it quite frequently, probably it's faster to get directly the docker image so we can monitor when a new one is published.

I was able to pull the master. Is it the correct one?

Despernal commented 9 months ago

Sorry I was in a hurry making the github, I have now added a latest tag.

Its the default git actions does a nightly build, which also puts the sig tag on it

Ya either master or latest works now.

I will have to think on the nightly tho as it might be useful to get newer deps in the container.

skybarberom commented 9 months ago

Sorry I was in a hurry making the github, I have now added a latest tag.

Its the default git actions does a nightly build, which also puts the sig tag on it

Ya either master or latest works now.

I will have to think on the nightly tho as it might be useful to get newer deps in the container.

ok, I recreated with latest and it works. Now I can monitor it with what's up docker for new images. Thank you