Michael Cammarata
Michael Cammarata
The next goal would be to add environmental variable support for things like `headless=true` directly into the compose, and support for environmental secrets (.env) for account information, but that requires...
> I've been messing with the compose for a little while now, and I can get it to actually startup (along with the webhook!) but have been getting errors within...
> The script seems to work. > > I should mention that the dreaded network error seems to have reared it's head, but whether or not it'll happen seems to...
Ok, if you need to rebuild the script after making changes to the config, you'll need to run `docker compose up -d --build` to rebuild or else it'll just re-up...
I'm currently testing automatic scheduled daily runs via docker. If you can contribute or test, please take a look at my docker test branch: https://github.com/mgrimace/Microsoft-Rewards-Script/tree/docker It should run the script...
> Hey, SSH into my server isn't working, so if nobody follows up before I head over there for the weekend, I'd be happy to test it out (although the...
> Almost certainly twice per day; I even run it three times as a precaution. The script tends to miss things on the first run. Great ok! I'm testing an...
I should mention this is not yet live in my docker branch. It only has the in-built scheduling, not the env variable support yet (I want to test it further...
Ok, I pushed a huge update to my docker testing branch. This update includes substantial changes to the DOCKERFILE to enable docker environmental variable support for _all_ config options. Absolutely...
Ok, tl;dr - the docker container runs the script daily as scheduled by the user in compose/run command. It should have full support for env variables, which are prioritized over...