cfpb / sbl-project

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

[Task] Add filing api to docker-compose #118

Closed jcadam14 closed 9 months ago

jcadam14 commented 10 months ago

User story

Update docker-compose.yml to include building and deploying the sbl-filing-api container. This is dependent on https://github.com/cfpb/sbl-filing-api/issues/15 (Dockerfile) and https://github.com/cfpb/sbl-filing-api/issues/36 (call alembic scripts for DB setup at service start) being merged in.

Postgres deploy has already been updated to include the filing db, user and schema. The local.env deployed is specific to the user-fi-api, so will need to create separate env files for the different apis.

Acceptance criteria

Depends on

https://github.com/cfpb/sbl-filing-api/issues/15 https://github.com/cfpb/sbl-filing-api/issues/36

Technical tasks

No response

Context

No response