0.22.1
版本发布时间: 2025-01-10 04:20:21
Freika/dawarich最新发布版本:0.22.3(2025-01-15 06:37:39)
Removed
- Gems caching volume from the
docker-compose.yml
file. #638
To update existing docker-compose.yml
to new changes, refer to the following:
dawarich_app:
image: freikin/dawarich:latest
...
volumes:
- - dawarich_gem_cache_app:/usr/local/bundle/gems
...
dawarich_sidekiq:
image: freikin/dawarich:latest
...
volumes:
- - dawarich_gem_cache_app:/usr/local/bundle/gems
...
volumes:
dawarich_db_data:
- dawarich_gem_cache_app:
- dawarich_gem_cache_sidekiq:
dawarich_shared:
dawarich_public:
dawarich_watched:
Changed
-
GET /api/v1/health
endpoint now returns aX-Dawarich-Response: Hey, Im alive and authenticated!
header if user is authenticated.
💙 This release is supported by Steven B., James Manolios, chenrik, aldumil, Arne Schwarck, derpderpington, Chippie, dint, jhalpern, Lex Fradski, EurenikZ and Schlufo on Patreon 💙
What's Changed
- Remove unused volumes from docker-compose.yml by @Freika in https://github.com/Freika/dawarich/pull/643
Full Changelog: https://github.com/Freika/dawarich/compare/0.22.0...0.22.1