Skip to content

Commit ba03b4b

Browse files
drop compose format and commands v1, use supported v2+
Signed-off-by: ArtemIsmagilov <[email protected]>
1 parent 9b38884 commit ba03b4b

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Here's how to get started with your code contribution:
9696
c. pip install -r dev_requirements.txt
9797
c. pip install -r requirements.txt
9898

99-
4. If you need a development environment, run `invoke devenv`. Note: this relies on docker-compose to build environments, and assumes that you have a version supporting [docker profiles](https://docs.docker.com/compose/profiles/).
99+
4. If you need a development environment, run `invoke devenv`. Note: this relies on docker compose to build environments, and assumes that you have a version supporting [docker profiles](https://docs.docker.com/compose/profiles/).
100100
5. While developing, make sure the tests pass by running `invoke tests`
101101
6. If you like the change and think the project could use it, send a
102102
pull request

docker-compose.yml renamed to compose.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22

3-
version: "3.8"
4-
53
services:
64

75
valkey:

docs/examples/opentelemetry/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ pip install -r requirements.txt
3030
**Step 4**. Start the services using Docker and make sure Uptrace is running:
3131

3232
```shell
33-
docker-compose up -d
34-
docker-compose logs uptrace
33+
docker compose up -d
34+
docker compose logs uptrace
3535
```
3636

3737
**Step 5**. Run the Valkey client example and follow the link from the CLI to view the trace:

docs/examples/opentelemetry/docker-compose.yml renamed to docs/examples/opentelemetry/compose.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: "3"
2-
31
services:
42
clickhouse:
53
image: clickhouse/clickhouse-server:22.7

0 commit comments

Comments
 (0)