# Build and start the container
docker compose up -d
docker compose exec dev poetry run python -m pytest
docker compose exec dev format
In addition to the base Docker image variables, this application has support for:
Variable | Purpose | Default |
---|---|---|
CONFIG |
The configuration to use | config.Production |
BASE_URI |
The base URI for the API | /api/v1 |
FORCE_HTTPS |
Redirect requests to HTTPS as part of the CSP | none |