cfpb / sbl-project

Project management repo for the SBL project
Creative Commons Zero v1.0 Universal
0 stars 1 forks source link

feat(docker): add sbl-frontend / profile to docker compose #211

Closed billhimmelsbach closed 1 month ago

billhimmelsbach commented 1 month ago

Let's add sbl-frontend to sbl-project 🥳

Closes #210

Changes

How to test this PR

  1. Wait for https://github.com/cfpb/sbl-frontend/pull/428 to get merged
  2. Run git checkout main && git pull" in thesbl-frontend` repo to ensure you have the latest changes
  3. Run docker-compose --profile "*" up"
  4. Wait for things to spin up
  5. Does navigating to http://localhost:8898/ result in seeing the home page?

TODO

billhimmelsbach commented 1 month ago

Thanks @jcadam14! I added a ticket to add sbl-frontend to the documentation. I'll tackle that after my meeting pile today.