cic-internal-integration/README.md

23 lines
255 B
Markdown
Raw Normal View History

2021-01-24 21:16:22 +01:00
# cic-internal-integration
## Getting started
start cluster
```
docker-compose up
```
stop cluster
```
docker-compose down
```
delete data
```
docker-compose down -v
```
2021-01-29 05:26:08 +01:00
rebuild an images
2021-01-24 21:16:22 +01:00
```
2021-01-29 05:26:08 +01:00
docker-compose up -d --no-deps --build <service_name>
2021-01-24 21:16:22 +01:00
```