diff --git a/docker/README.md b/docker/README.md index 6e66dafa60dc9a73a74d27303d2b3b670b4766ce..7fe20a3dae44301639ec6423551da221c43dea75 100644 --- a/docker/README.md +++ b/docker/README.md @@ -70,3 +70,9 @@ To use this image, you need a running instance of PostgreSQL and to configure th * HTTP_PROXY_PORT: HTTP proxy port * HTTPS_PROXY_HOST: HTTPS proxy host * HTTPS_PROXY_PORT: HTTPS proxy port + +## ERROR REPORTING + +* RELEASE_STAGE: Release stage used when reporting errors to Bugsnag. Values are dev, staging, production +* DATA_CENTER_LOCATION: Location of the datacenter, used when reporting errors to Bugsnag +* CONTAINER_ORCHESTRATION: Container orchestration system used to execute the Docker containers. Values are mesos, docker-compose, kubernetes