DEV Community

Discussion on: I Wrote an Online Escape Game

Collapse
 
nestedsoftware profile image
Nested Software

Did you deploy this to a cloud provider like aws/azure/google? If so, I'm curious if you can physically colocate two containers (one for the python web app, one for redis).

Collapse
 
mortoray profile image
edA‑qa mort‑ora‑y

It's on AWS. I went old school: it's a host with the services installed on it. No containers on top of it. I automate the deploy and it's all I need for now.