- Load the db separately
sudo docker-compose up --build db
. The db persists over time in the docker container. - Load the backend API
sudo docker-compose up --build backend
. Sanity check that backend APi is running with thiscurl http://localhost:8000/tables/row_counts
- Load the frontend
sudo docker-compose up --build frontend
and access website viahttp://localhost/
curl http://localhost:8000/tables