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.
ENVIRONMENT
Set to eitherdevelopment
,testing
,staging
orproduction
SENTRY_DSN
DSN for reporting exceptions to Sentry.ICE_API
ICE API endpointICE_USERNAME
ICE usernameICE_PASSWORD
ICE passwordID_MAPPER_API
URL 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