Paul Jordan
Paul Jordan
FWIW, I built and pushed the latest using this to: paullj1/caddy:latest, and paullj1/caddy:builder
Yeah, so this was somewhat of an intentional design choice... the point being that if the user was able to find a flaw in the app, the back end will...
I do all my deployments on Swarm now. I've been working on making sure the docker images I push to (paullj1/hackthearch) are in line with releases here. Deployment when using...
I had envisioned the docker deployments using Gmail, or something else. The config isn't that hard to modify, and it's primarily geared toward Heroku deployments (as stated in the README)....
We have implemented a simple cache for what I expected to be a bottle neck (calculating scores), but not for the challenges. The problem is that the current implementation makes...
I really appreciate the feedback. It's good to have actual use cases that occur more frequently than once per year. That last commit implements the built-in rails caching for each...
Also, worth mentioning, the cache will only actually work in a "production" environment... so you'll have to run it inside the container or on Heroku to test.
Awesome! Did the caching improve the performance? Yeah, it looks like ARM64 isn't "officially" supported. Does it not build, or does it just not work?
Interesting. So getting Docker running these days on arm is pretty straight forward (I've got an old Pi running it right now). I'm just not sure if the image needs...
Sorry, it's been a while since I've looked at these issues. I appreciate the feedback, and I don't believe that was a thing when I started HTA. Lots of good...