Add Cassandra support and update README.md

This commit is contained in:
2024-03-10 22:33:35 +04:00
parent fa999fea14
commit 89237193f4
12 changed files with 335 additions and 1 deletions

View File

@ -7,4 +7,15 @@
- Run the following command to start the application with PostgreSQL:
```bash
docker compose -f docker-compose-postgres.yml up
```
## Run with Cassandra
- Rename and fill environment files:
- `/app/config/cassandra.env.example` to `/app/config/cassandra.env`
- `/config/cassandra/init-cassandra.env.example` to `/config/cassandra/init-cassandra.env`
- Run the following command to start the application with PostgreSQL:
```bash
docker compose -f docker-compose-cassandra.yml up
```