Skip to content

Commit

Permalink
feat: docker-compose v2
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasBousselin committed Aug 2, 2024
1 parent eb4def0 commit d018602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ A quick way to start using Stellio is to use the provided `docker-compose.yml` f
the default passwords defined in the `.env` file):

```shell script
docker-compose up -d && docker-compose logs -f
docker compose up -d && docker compose logs -f
```

It will start all the services composing the Stellio context broker platform and expose them on the following ports:
Expand Down Expand Up @@ -90,7 +90,7 @@ To develop on a specific service, you can use the provided `docker-compose.yml`

```shell script
cd search-service
docker-compose up -d && docker-compose logs -f
docker compose up -d && docker compose logs -f
```

Then, from the root directory, launch the service:
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.9'
services:
kafka:
image: confluentinc/cp-kafka:7.3.1
Expand Down

0 comments on commit d018602

Please sign in to comment.