File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ Go implementation of the Runner Controller.
991 . GoLang - Install GoLang.
10102 . MinIO - Start a MinIO server instance.
11113 . CockroachDB - Start a CockroachDB instance.
12+ 4 . Redis - Start a Redis instance.
13+
14+ (or) Use Docker Compose to start the services.
15+
16+ ``` sh
17+ docker compose up -d
18+ ```
1219
1320### Installation
1421
@@ -26,11 +33,11 @@ export DATABASE_URL=<cockroachdb_url>
2633export MINIO_ENDPOINT=< minio_endpoint>
2734export MINIO_ACCESS_KEY_ID=< minio_access_key>
2835export MINIO_SECRET_KEY=< minio_secret_key>
29- export RABBITMQ_URL=< rabbitmq_url>
3036export FRONTEND_URL=< frontend_url>
3137export HTTP_PORT=< http_port>
3238export AUTH_GRPC_ADDRESS=< auth_grpc_address>
3339export REDIS_URL=< redis_url>
40+ export REDIS_QUEUE_NAME=< redis_queue_name>
3441```
3542
36433 . Run the following command to start the server.
You can’t perform that action at this time.
0 commit comments