Skip to content

Commit

Permalink
Update RUNEVERYTHING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
angrave authored Jan 31, 2024
1 parent 8a2e1d8 commit 0f4354c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion RUNEVERYTHING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,16 @@ Start the Postgres database and message queue containers
```sh
docker compose up -d db rabbitmq
```
Just start everything
To start everything
```sh
docker compose up -d
```

However often you will only need a few containers running, for example
```sh
docker compose up -d frontend api taskengine
```

Look at the logs of one or all containers
```sh
# Check the status of all of the containers
Expand Down

0 comments on commit 0f4354c

Please sign in to comment.