Skip to content

Commit 6720049

Browse files
doc: use modern docker compose
1 parent c6acba2 commit 6720049

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For guide on setting up your monitoring stack refer to [documentation page](http
6262
This repository provides preconfigured monitoring cluster with example Tarantool app and load generatior for local dashboard development and tests.
6363

6464
```bash
65-
docker-compose up -d
65+
docker compose up -d
6666
```
6767
will start 6 containers: Tarantool App, Tarantool Load Generator, Telegraf, InfluxDB, Prometheus and Grafana, which build cluster with two fully operational metrics datasources (InfluxDB and Prometheus), extracting metrics from Tarantool App example project.
6868
We recommend using the exact versions we use in experimental cluster (e.g. Grafana v8.1.5).
@@ -79,7 +79,7 @@ See more setup tips in [documentation](https://www.tarantool.io/en/doc/latest/bo
7979

8080
Start cluster with
8181
```bash
82-
docker-compose -f docker-compose.localapp.yml -p localapp-monitoring up -d
82+
docker compose -f docker-compose.localapp.yml -p localapp-monitoring up -d
8383
```
8484
After start, Grafana UI will be available at [localhost:3000](http://localhost:3000/).
8585
You can also interact with Prometheus at [localhost:9090](http://localhost:9090/) and InfluxDB at [localhost:8086](http://localhost:8086/).

docker-compose.localapp.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3'
21
services:
32
telegraf:
43
image: telegraf:1.13-alpine

docker-compose.tdg.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3'
21
services:
32
tdg:
43
image: tdg

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3'
21
services:
32
app:
43
build:

0 commit comments

Comments
 (0)