https://github.com/v-core9/dnnm_coredemo
https://github.com/v-core9/dnnm_coredemo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/v-core9/dnnm_coredemo
- Owner: V-core9
- Created: 2022-02-27T21:04:37.000Z (about 3 years ago)
- Default Branch: main_index
- Last Pushed: 2024-03-27T22:36:59.000Z (about 1 year ago)
- Last Synced: 2025-01-17T15:16:40.886Z (4 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Run the System
```bash
docker-compose up
```Run it in background by attaching a flag [-d]:
```bash
docker-compose up -d
```## Stop the System
```bash
docker-compose down
```