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
My thinking is to run a single EC2 instance, because we won't initially have enough traffic to warrant a bunch of machines. That instance will have three programs running:
API server
Web server
Postgres instance, connected to EBS
Checklist:
In order to run both API and Nodejs endpoints (for the server-rendered website), I think we need to use nginx to direct traffic to the correct ports
We should put everything inside a Docker container
We want to set up automatic deployment when we push to main branch
We need to get this bad boy deployed.
My thinking is to run a single EC2 instance, because we won't initially have enough traffic to warrant a bunch of machines. That instance will have three programs running:
Checklist:
The text was updated successfully, but these errors were encountered: