# Build and start the container
docker compose up -d
- Docs: http://localhost:83/docs
- OpenAPI schema: http://localhost:83/openapi.json
- Build details: http://localhost:83/api/version/
- Healthcheck: http://localhost:83/healthcheck/live/
- Example: http://localhost:83/api/v1/hello/
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/ |
FORCE_HTTPS |
Redirect requests to HTTPS as part of the CSP | none |