Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour authored Aug 13, 2024
1 parent d9d826c commit f2f33ae
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,26 @@

[![Build Status](https://github.com/nyaruka/rapidpro-docker/workflows/CI/badge.svg)](https://github.com/nyaruka/rapidpro-docker/actions?query=workflow%3ACI)

Docker compose for the latest stable release of RapidPro from Nyaruka (9.2.x)
Docker compose for the latest stable release of RapidPro from Nyaruka (9.2.x).

Includes:
- RapidPro ([License](https://github.com/nyaruka/rapidpro/blob/main/LICENSE))
- RapidPro webapp and celery worker ([License](https://github.com/nyaruka/rapidpro/blob/main/LICENSE))
- Mailroom ([License](https://github.com/nyaruka/mailroom/blob/main/LICENSE))
- Courier ([License](https://github.com/nyaruka/courier/blob/main/LICENSE))
- Indexer ([License](https://github.com/nyaruka/rp-indexer/blob/main/LICENSE))
- nginx
- Celery
- PostgreSQL (postgis)
- Elasticsearch
- Redis
- Minio (S3 emulator)

These example containers are for development purposes only. They are not suitable for production deployments.
These example containers are for development purposes only and are not suitable for production deployments.

## Usage

```
docker compose up -d
```

The webapp will then be accessible at [http://localhost](http://localhost) and you will be able to create
a test workspace at [http://localhost/org/signup](http://localhost/org/signup).

0 comments on commit f2f33ae

Please sign in to comment.