Skip to content

Commit 4d43342

Browse files
authored
Update README.md
issue #36
1 parent 9ac548f commit 4d43342

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,20 @@ standard and distributing `TES` tasks execution to `Pulsar` applications.
1717

1818
### Deploy
1919
The most straightforward way to deploy the TESP is to use Docker Compose.
20-
All services (default):
20+
21+
#### All services (default):
22+
```
23+
docker compose --profile all up -d
24+
```
25+
26+
#### Without pulsar_rest service:
2127
```
22-
docker compose --profile "*" up -d
28+
docker compose --profile api up -d
2329
```
2430

25-
Without pulsar_rest service:
31+
#### Only pulsar_rest service:
2632
```
27-
docker compose up -d
33+
docker compose --profile pulsar up -d
2834
```
2935
<br />
3036
<br />

0 commit comments

Comments
 (0)