https://github.com/jhsc/microservice-example
Microservice architecture example
https://github.com/jhsc/microservice-example
docker docker-compose microservice
Last synced: 7 months ago
JSON representation
Microservice architecture example
- Host: GitHub
- URL: https://github.com/jhsc/microservice-example
- Owner: jhsc
- License: mit
- Created: 2018-01-03T01:44:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T00:48:34.000Z (about 8 years ago)
- Last Synced: 2025-01-22T21:13:49.104Z (about 1 year ago)
- Topics: docker, docker-compose, microservice
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Run with Docker
```
$ docker-compose run --rm -p 8081:8081 -v ${PWD}:/usr/src/app todos-api sh
```
## Inside container
```
$ npm start
```