Skip to content

Commit

Permalink
Merge pull request #68 from classtranscribe/angrave-patch-1
Browse files Browse the repository at this point in the history
Update RUNEVERYTHING.md
  • Loading branch information
angrave authored Jan 31, 2024
2 parents 8a2e1d8 + 0f4354c commit 2f4522b
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 2f4522b

Please sign in to comment.