srhinos / primelooter

A small python bot which automatically claims amazon prime gaming loot :D
GNU General Public License v3.0
52 stars 3 forks source link

[FEAT] Docker compose/ container, just like the base repo? #9

Closed GarnetSunset closed 2 years ago

GarnetSunset commented 2 years ago

The original Repo has a docker container etc.

Can we get another docker container so I can run this on my home server easily :)

srhinos commented 2 years ago

This is already done, see the generated image in the packages on this repo. Should work exactly the same as the old repo

srhinos commented 2 years ago

Just noticed I need to swap out the repo url in the docker compose. I did that! This should be doubly fixed now

GarnetSunset commented 2 years ago

Awesome, thank you!

GarnetSunset commented 2 years ago

The image container is giving me a 404 just fyi! :)

srhinos commented 2 years ago

The image container is giving me a 404 just fyi! :)

have you pulled the repo since I've updated the image? Also could you paste me the full stack trace?

srhinos commented 2 years ago

I don't have docker installed on my windows pc so unfortunately can't test right now :(

GarnetSunset commented 2 years ago

Basically if you go to "ghcr.io/srhinos/primelooter:latest" in my browser, it appears to be private? I think... Not sure tbh...

GarnetSunset commented 2 years ago

https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry

https://github.com/srhinos/primelooter/blob/main/.github/workflows/release.yml#L32

srhinos commented 2 years ago

ah it defaults to private, changed to public. lemme know if that fixed it

GarnetSunset commented 2 years ago

Yes! It's fixed!! :)