# Build and start the container
docker compose up -d- Docs: http://localhost:83/docs (Do not remove)
- OpenAPI schema: http://localhost:83/openapi.json (Do not remove)
- Build details: http://localhost:83/build/ (Do not remove - requires
CONTAINER_IMAGEandBUILD_VERSIONfrom CI/CD) - Healthcheck: http://localhost:83/healthcheck/live/ (Do not remove)
- Application example endpoint: http://localhost:83/api/v1/hello/
docker compose exec app poetry run python -m pytestdocker compose exec app formatIn 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 | none |