Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SAINIAbhishek committed Oct 2, 2024
1 parent 60b174b commit acdf947
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,19 @@ node
require('crypto').randomBytes(64).toString('hex')
```

### Running the Project with Docker Compose

- Ensure Docker is installed on your computer.
- Copy or rename the `.env.example` file to `.env`, and fill in the required values based on your environment. Additionally, you may update the necessary values in the docker-compose.yml file as required.
- Open your terminal.
- Run the following command:

```bash
docker-compose up -d
```

This command will fetch all necessary libraries and dependencies, set up the environment, and start the services as defined in your docker-compose.yml file. Follow any additional setup or configuration instructions provided in the README file.

#### TODO

- Implement session management.
Expand Down

0 comments on commit acdf947

Please sign in to comment.