Remove Redis and Sidekiq from Dawarich

This commit is contained in:
Eugene Burmakin
2025-06-02 20:53:35 +02:00
parent 296e2c08fa
commit 6d39f4306f
43 changed files with 45 additions and 616 deletions

View File

@@ -7,12 +7,6 @@ Now you can create/prepare the Database (this need to be done once):
bundle exec rails db:prepare
```
Afterwards you can run sidekiq:
```bash
bundle exec sidekiq
```
And in a second terminal the dawarich-app:
```bash
bundle exec bin/dev