mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 01:01:39 -05:00
Update changelog
This commit is contained in:
parent
303c08ae06
commit
24e628d2ee
1 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,8 @@ _yet another, yay!_
|
|||
|
||||
Well, we're moving back to Sidekiq and Redis for background jobs and caching. Unfortunately, SolidQueue and SolidCache brought more problems than they solved. Please update your `docker-compose.yml` to use Redis and Sidekiq.
|
||||
|
||||
Before updating, you can remove `dawarich_development_queue` database from your postgres. All *.sqlite3 files in `dawarich_sqlite_data` volume can be removed as well.
|
||||
|
||||
```diff
|
||||
networks:
|
||||
dawarich:
|
||||
|
|
@ -126,7 +128,6 @@ volumes:
|
|||
dawarich_public:
|
||||
dawarich_watched:
|
||||
dawarich_storage:
|
||||
|
||||
```
|
||||
|
||||
_I understand the confusion, probably even anger, caused by so many breaking changes in the recent days._
|
||||
|
|
|
|||
Loading…
Reference in a new issue