Skip to content

Commit 7c40f3e

Browse files
Merge pull request #25 from Evolutionary-Algorithms-On-Click/24-update-outdated-docker-compose-screenshots
docs: update installation guide with new environment variables and remove obsolete images
2 parents c12ba92 + f853699 commit 7c40f3e

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

install/assets/docker_compose.png

118 KB
Loading

install/assets/docker_pulling.png

64.9 KB
Loading

install/assets/env_content.png

-83.5 KB
Binary file not shown.

install/install.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ The `MAILER_EMAIL` and `MAILER_PASSWORD` fields should be populated with the ema
3232
Paste the following environment variables into the `.env` file:
3333

3434
```env
35-
RABBITMQ_URL = amqp://user:[email protected]:5672/
36-
RABBITMQ_USER = user
37-
RABBITMQ_PASSWORD = password
38-
RABBITMQ_QUEUE_NAME = task_queue
39-
4035
MINIO_ENDPOINT = host.docker.internal:9000
4136
MINIO_ACCESS_KEY = minioadmin
4237
MINIO_SECRET_KEY = minioadmin
@@ -48,6 +43,11 @@ FRONTEND_URL = http://localhost:3000
4843
AUTH_HTTP_PORT = 5000
4944
AUTH_GRPC_PORT = 5001
5045
46+
INIT_DB_FLAG = true
47+
48+
REDIS_URL= redis://host.docker.internal:6379/0
49+
REDIS_QUEUE_NAME=task_queue
50+
5151
RUNNER_CONTROLLER_HTTP_PORT = 5002
5252
AUTH_GRPC_ADDRESS = host.docker.internal:5001
5353
@@ -61,8 +61,6 @@ NEXT_PUBLIC_AI=false
6161
GOOGLE_GENERATIVE_AI_API_KEY=<YOUR_GEMINI_API_KEY>
6262
```
6363

64-
![env-content](./assets/env_content.png)
65-
6664
## Run Services
6765

6866
Run all services using the Docker Compose `.yml` file. Execute this command inside the `operations` directory:

0 commit comments

Comments
 (0)