From 0f4354c3d208877b5f42a567670c1ae7b2f1d8ff Mon Sep 17 00:00:00 2001 From: Lawrence Angrave <4468456+angrave@users.noreply.github.com> Date: Wed, 31 Jan 2024 14:54:22 -0600 Subject: [PATCH] Update RUNEVERYTHING.md --- RUNEVERYTHING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/RUNEVERYTHING.md b/RUNEVERYTHING.md index 30ce937..a7fe8c5 100644 --- a/RUNEVERYTHING.md +++ b/RUNEVERYTHING.md @@ -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