Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 33fabac

Browse files
Alex Alex Bainbridgegitbook-bot
Alex Alex Bainbridge
authored andcommitted
GitBook: [master] 33 pages modified
1 parent 924291f commit 33fabac

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/gitbook/quick-start/docker.md

+13
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,19 @@ To start up ConsoleMe in docker, run the following command:
2727
docker-compose -f docker-compose.yaml -f docker-compose-dependencies.yaml up -d
2828
```
2929

30+
At this point you should the below command and verify you have 4 ConsoleMe related containers running.
31+
32+
* consoleme-celery
33+
* consoleme
34+
* dynamodb-local
35+
* redis:alpine
36+
37+
```text
38+
docker ps
39+
```
40+
41+
If you do not have 4 containers running, run the docker compose command again to ensure they are started.
42+
3043
After this is done, visit `http://localhost:3000`. You may notice the page is rather empty. One of the containers we started should be initializing your redis cache with your AWS account resources, so you may need to give it a moment. To follow along with resource caching, run the following docker command:
3144

3245
```text

0 commit comments

Comments
 (0)