Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vahan-sahakyan/ci-composed
Code Inspect 📦 Docker-Composed
https://github.com/vahan-sahakyan/ci-composed
containerization docker docker-compose microservices nodejs-server websocket yml
Last synced: about 1 month ago
JSON representation
Code Inspect 📦 Docker-Composed
- Host: GitHub
- URL: https://github.com/vahan-sahakyan/ci-composed
- Owner: vahan-sahakyan
- Created: 2023-08-16T15:10:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-03T00:18:35.000Z (2 months ago)
- Last Synced: 2024-09-30T23:02:46.978Z (about 2 months ago)
- Topics: containerization, docker, docker-compose, microservices, nodejs-server, websocket, yml
- Language: JavaScript
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Code Inspect 📦 Docker Composed
### External Repository Links
- [Frontend](https://github.com/vahan-sahakyan/code-inspect-frontend)
- [Backend](https://github.com/vahan-sahakyan/code-inspect-backend)### Get Started
#### 1. Prerequisites
- docker CLI
- docker-compose#### 2. Install
```bash
$ git clone https://github.com/vahan-sahakyan/ci-composed.git && cd ci-composed
``````bash
$ chmod +x install.sh && ./install.sh
```#### 3. Uninstall
```bash
$ chmod +x uninstall.sh && ./uninstall.sh
```