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
Definition of Ready (What are prerequisites to finish this task):
FastAPI main.py file
Caddy config
gunicorn config
Definition of Done (What does it look like for this task to be done):
An Ubuntu image that runs FastAPI and Caddy to serve db data
Action Items
Create main.py FastAPI route file
Create gunicorn config
Create Caddy config
Create virtualenv for running FastAPI
Create Dockerfile to build image and install all deps
This will not be the final docker iteration, as the production set up should have FastAPI and Caddy running as their own discreet containers. But for the purposes of testing and getting this up quickly I'm just creating a single container to run both.
The text was updated successfully, but these errors were encountered:
Overview
Definition of Ready (What are prerequisites to finish this task):
FastAPI main.py file
Caddy config
gunicorn config
Definition of Done (What does it look like for this task to be done):
An Ubuntu image that runs FastAPI and Caddy to serve db data
Action Items
This will not be the final docker iteration, as the production set up should have FastAPI and Caddy running as their own discreet containers. But for the purposes of testing and getting this up quickly I'm just creating a single container to run both.
The text was updated successfully, but these errors were encountered: