mirror of
https://github.com/aykhans/oh-my-url.git
synced 2025-07-05 01:42:39 +00:00
✨ Add Cassandra support and update README.md
This commit is contained in:
11
README.md
11
README.md
@ -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
|
||||
```
|
Reference in New Issue
Block a user