diff --git a/README.md b/README.md index 4fd35e1b..b0a07e22 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,15 @@ A natural hazard screening tool for disaster risk management project planning. T API instructions can be found here: https://github.com/GFDRR/thinkhazard/blob/master/API.md +[![Build Status](https://travis-ci.org/GFDRR/thinkhazard.svg?branch=master)](https://travis-ci.org/GFDRR/thinkhazard) +## Schema -[![Build Status](https://travis-ci.org/GFDRR/thinkhazard.svg?branch=master)](https://travis-ci.org/GFDRR/thinkhazard) +Here is the schema of the development architecture based on Docker Compose: + +![Schema](doc/schema-dev.png) + +For production see: [Production schema](doc/schema-prod.png) ## Getting Started diff --git a/doc/schema-dev.png b/doc/schema-dev.png new file mode 100644 index 00000000..bc89cc4f Binary files /dev/null and b/doc/schema-dev.png differ diff --git a/doc/schema-prod.png b/doc/schema-prod.png new file mode 100644 index 00000000..daf54b53 Binary files /dev/null and b/doc/schema-prod.png differ