Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit fa512bc

Browse files
committed
Adjust instructions here and update configs
1 parent 9400351 commit fa512bc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

deploy/docker-compose/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,18 @@ They currently exist in three different versions:
1212

1313
`docker-compose-fixed-instrumented`: View a fixed application and compare it to the previously broken deployment.
1414

15+
`docker-compose-traffic-replay`: Simulate traffic to the application.
16+
1517
The application itself runs on `docker-compose`. First, install Docker along with docker-compose. Then sign up with a trial [Datadog account](https://www.datadoghq.com/), and grab your API key from the Integrations->API tab.
1618

17-
To run any of the scenarios:
19+
To run any of the scenarios, be in the root directory:
1820

1921
```bash
2022
$ git clone https://github.com/DataDog/ecommerce-workshop.git
21-
$ cd ecommerce-workshop/deploy/docker-compose
22-
$ POSTGRES_USER=postgres POSTGRES_PASSWORD=postgres DD_API_KEY=<YOUR_API_KEY> docker-compose -f <docker_compose_with_your_selected_scenario> up
23+
$ cd ecommerce-workshop
24+
$ POSTGRES_USER=postgres POSTGRES_PASSWORD=postgres DD_API_KEY=<YOUR_API_KEY> docker-compose -f deploy/docker-compose/<docker_compose_with_your_selected_scenario> up
2325
```
2426

2527
With this, the docker images will be pulled, and you'll be able to visit the app.
2628

27-
When you go to the homepage, you'll notice that, although the site takes a while to load, it mostly looks as if it works. Indeed, there are only a few views that are broken. Try navigating around the site to see if you can't discover the broken pieces.
29+
When you go to the homepage, you'll notice that, although the site takes a while to load, it mostly looks as if it works. Indeed, there are only a few views that are broken. Try navigating around the site to see if you can't discover the broken pieces.

0 commit comments

Comments
 (0)