added a section to SETUP.md
This commit is contained in:
parent
3a3d78e110
commit
82c63ba222
1 changed files with 8 additions and 1 deletions
9
SETUP.md
9
SETUP.md
|
@ -18,4 +18,11 @@ To execute the database and backend run the following command in the root direct
|
|||
```bash
|
||||
docker compose -f dev-compose.yml up -d
|
||||
```
|
||||
|
||||
or if you only want to execute 1 or n containers the syntax is the following
|
||||
```bash
|
||||
docker compose -f dev-compose.yml up -d postgres backend frontend
|
||||
```
|
||||
this starts all the containers however you can just remove them as you like. If you want to stop all docker containers run
|
||||
```bash
|
||||
docker compose -f dev.compose.yml down
|
||||
```
|
Loading…
Add table
Reference in a new issue