You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 14, 2022. It is now read-only.
I've got a version, at simple-tornado-server that has a Dockerfile that works locally. You can also run it locally by running a three-line bash script.
Along the lines of @alnesbit's comments on not wanting to lock ourselves in to AWS or GCP, it seems like maybe the thing to do is to create Readmes / Docker infrastructure to help people run everything from a DIY bash-script version to a massively scaled Docker swarm/stack/wombat/cluster/etc version.
I would like to summon @psobot for his feelings about this, and also for his feelings about running both the webserver and the queue process in the same Docker container vs. running two containers.
(Two containers feels more "correct" to me, but it is also much more work? )