https://github.com/fridus/docker-amaging
https://github.com/fridus/docker-amaging
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fridus/docker-amaging
- Owner: Fridus
- Created: 2018-09-05T10:53:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:27:15.000Z (over 3 years ago)
- Last Synced: 2023-04-05T19:16:34.188Z (about 3 years ago)
- Language: JavaScript
- Size: 371 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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`