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
Running docker compose up -d --remove-orphans --build builds and deploys the filing container
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
docker compose up -d --remove-orphans --build
builds and deploys the filing containerDepends 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