Type make to see frequently used workflow commands.
To update models, run make update_models.
To update salts, run make update_salts.
To run all tests and QA checks, run make qa.
Specify environment variables in a .env file. See docker-compose.yml for the possible variables and their default values.
ENVIRONMENTSet to eitherdevelopment,testing,stagingorproductionSENTRY_DSNDSN for reporting exceptions to Sentry.ICE_APIICE API endpointICE_USERNAMEICE usernameICE_PASSWORDICE passwordID_MAPPER_APIURL to the ID mapper service
To compile a new requirements file and then re-build the service with the new requirements, run:
make pip-compile build