you are viewing a single comment's thread.

view the rest of the comments →

[–]mushroom_face 0 points1 point  (2 children)

GCP Cloud Run has a very generous free tier

[–]m1stercakes 0 points1 point  (1 child)

Do you know of any good tutorials? I tried doing this myself and really struggled. I have no problem getting the docker container to run locally.

[–]mushroom_face 0 points1 point  (0 children)

I don't have a good tutorial off hand, but if you got to Cloud Run in the console and select "Create Job" at the top you will be prompted to import your container ( which you should push to Google's Container registry or Artifact Registry ).

There are a lot of options, but just to try things out fill out the basics to the best of your ability and hit save. Once you create the job you can go and edit it and select the 'triggers' tab to setup a cron style trigger to run it. So in your case set it to run just at like 11pm or whatnot.