diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 939b3da1..30880dec 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -96,7 +96,7 @@ Here's how to get started with your code contribution: c. pip install -r dev_requirements.txt c. pip install -r requirements.txt -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/). +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/). 5. While developing, make sure the tests pass by running `invoke tests` 6. If you like the change and think the project could use it, send a pull request diff --git a/docker-compose.yml b/compose.yaml similarity index 99% rename from docker-compose.yml rename to compose.yaml index ec9a45e3..ade6e8e2 100644 --- a/docker-compose.yml +++ b/compose.yaml @@ -1,7 +1,5 @@ --- -version: "3.8" - services: valkey: diff --git a/docs/examples/opentelemetry/README.md b/docs/examples/opentelemetry/README.md index 4409924a..2c2c4757 100644 --- a/docs/examples/opentelemetry/README.md +++ b/docs/examples/opentelemetry/README.md @@ -30,8 +30,8 @@ pip install -r requirements.txt **Step 4**. Start the services using Docker and make sure Uptrace is running: ```shell -docker-compose up -d -docker-compose logs uptrace +docker compose up -d +docker compose logs uptrace ``` **Step 5**. Run the Valkey client example and follow the link from the CLI to view the trace: diff --git a/docs/examples/opentelemetry/docker-compose.yml b/docs/examples/opentelemetry/compose.yaml similarity index 99% rename from docs/examples/opentelemetry/docker-compose.yml rename to docs/examples/opentelemetry/compose.yaml index a0a4119b..97f61355 100644 --- a/docs/examples/opentelemetry/docker-compose.yml +++ b/docs/examples/opentelemetry/compose.yaml @@ -1,5 +1,3 @@ -version: "3" - services: clickhouse: image: clickhouse/clickhouse-server:22.7