An open API service indexing awesome lists of open source software.

https://github.com/fridus/docker-amaging


https://github.com/fridus/docker-amaging

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Docker Amaging

### Build

```sh
npm install
docker build -t amaging .
```

### Run

```sh
docker run -d \
-v `pwd`/data:/data \
--name=amaging \
-p 8080:8080 \
amaging
```

### Env

- Local only
- `PORT`: Default `8080`
- `CID`: Default `user`
- `KEY`: Default `key`
- `SECRET`: Default `secret`
- Amaging customers config
- `customers`