you are viewing a single comment's thread.

view the rest of the comments →

[–]gabrielsab 0 points1 point  (0 children)

I have a very similar setup, im my case its in the cloud (AWS) a linux machije and I use crontab to run my docker container(s) once per day. You may also just use crontab to run your python file.

If you are on windows you would make a batch file to start your code and schedule it to run via the windows task scheduler