https://github.com/kyhsa93/msa-starter
https://github.com/kyhsa93/msa-starter
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kyhsa93/msa-starter
- Owner: kyhsa93
- Created: 2018-09-02T10:34:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T07:36:38.000Z (over 2 years ago)
- Last Synced: 2025-01-14T00:32:32.478Z (9 months ago)
- Language: Shell
- Size: 274 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# msa start
mas starter kit using docker## environment
* production: [.env.production](/.env.production)
* develop: [.env.develop](/.env.develop)## compose
* production: [docker-compose.production.yml](/docker-compose.production.yml)
* develop: [docker-compose.develop.yml](/docker-compose.develop.yml)## command and script file
```bash
npm start # start initialize msa
```
* start: [init.sh](init.sh)## service
* gateway: [gateway/nginx.conf](gateway/nginx.conf)
* express-api: [https://github.com/kyhsa93/express-api-starter.git](https://github.com/kyhsa93/express-api-starter.git)
* socket-server: [https://github.com/kyhsa93/socket-server-starter.git](https://github.com/kyhsa93/socket-server-starter.git)