[![Docker Repository on Quay](https://quay.io/repository/honestbee/healthchecks/status "Docker Repository on Quay")](https://quay.io/repository/honestbee/healthchecks)
![Screenshot of Welcome page](/stuff/screenshots/welcome.png?raw=true "Welcome Page")
Docker Compose can take environment varialbes from [env_files](https://docs.docker.com/compose/compose-file/#envfile) or overwritten using the `-f docker-compose.production.yaml` flag (refer to [docker-compose documentation](https://docs.docker.com/compose/reference/overview/))
Review the configuration with:
```bash
docker-compose config
```
## Building
The following command will build the application with the image tag specified in the `docker-compose.yaml` file.
```
docker-compose build
```
## Setting Up for Local Development
These are instructions for setting up HealthChecks Django app