You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-7Lines changed: 13 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,16 @@
11
11
#### Requirements:
12
12
13
13
-[Bun](https://bun.sh/)
14
-
-[RabbitMQ Server](https://www.rabbitmq.com/)
15
-
-[Redis Server](https://redis.io/)
14
+
-[RabbitMQ Server](https://www.rabbitmq.com/) (already included in Docker Compose)
15
+
-[Redis Server](https://redis.io/) (already included in Docker Compose)
16
16
17
-
#### 1. Configure the environment variables:
17
+
#### 1. Starting services with Docker Compose: (Optional)
18
+
19
+
```bash
20
+
docker compose up --profiles services up -d
21
+
```
22
+
23
+
#### 2. Configure the environment variables:
18
24
19
25
Copy the `.env.example` file to `.env` for production or `.env.development` for development and fill the necessary variables with the appropriate values.
0 commit comments