We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac548f commit 4d43342Copy full SHA for 4d43342
README.md
@@ -17,14 +17,20 @@ standard and distributing `TES` tasks execution to `Pulsar` applications.
17
18
### Deploy
19
The most straightforward way to deploy the TESP is to use Docker Compose.
20
-All services (default):
+
21
+#### All services (default):
22
+```
23
+docker compose --profile all up -d
24
25
26
+#### Without pulsar_rest service:
27
```
-docker compose --profile "*" up -d
28
+docker compose --profile api up -d
29
30
-Without pulsar_rest service:
31
+#### Only pulsar_rest service:
32
-docker compose up -d
33
+docker compose --profile pulsar up -d
34
35
<br />
36
0 commit comments