Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
little-dude committed Jan 24, 2020
1 parent 3012c46 commit 854b721
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,23 @@ $ docker run -p 50051:50051 xain-fl

### Docker-compose

The coordinator needs a storage service that provides an AWS S3
API. For development, we use `minio`. We provide `docker-compose`
files that start coordinator container along with a `minio` container,
and pre-populate the appropriate storage buckets.

#### Development

To start both the coordinator and the `minio` service use:

```shell
docker-compose -f docker-compose-dev.yml up
```

It is also possible to only start the storage service:

```shell
$ docker-compose -f docker-compose-dev.yml up
docker-compose -f docker-compose-dev.yml up minio-dev initial-buckets
```

#### Release
Expand Down

0 comments on commit 854b721

Please sign in to comment.