Skip to content
Snippets Groups Projects
README.md 236 B
Newer Older
Zeymer Melf's avatar
Zeymer Melf committed
# Storage Service

Storage Service Microservice.

## Getting started

```sh
# Create env file from template
$ cp .env{.in,}

# Build and start cluster
This service depends on the image-storage. Start that one before.
Zeymer Melf's avatar
Zeymer Melf committed
$ docker-compose up