Skip to content

Commit 1f5f9c9

Browse files
committed
Documentation: added docker compose commands usage documentation
1 parent c09f564 commit 1f5f9c9

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,32 @@ export PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1
5959
cargo build --release
6060
```
6161

62+
## Build, run and stop the application using docker compose
63+
64+
### Build the application
65+
66+
```bash
67+
$ docker compose build
68+
```
69+
70+
### Run the application
71+
72+
```bash
73+
$ docker compose up
74+
```
75+
76+
### Stop the application
77+
78+
```bash
79+
$ docker compose down
80+
```
81+
82+
### Logs
83+
84+
```badh
85+
$ docker-compose logs
86+
```
87+
6288
## Python Dependencies
6389

6490
```bash

0 commit comments

Comments
 (0)