Skip to content

feat: Set Redis as default cache and update dify-web to v1.8.0#43

Merged
longbingljw merged 1 commit intooceanbase:mainfrom
yuanoOo:docker-fix
Sep 16, 2025
Merged

feat: Set Redis as default cache and update dify-web to v1.8.0#43
longbingljw merged 1 commit intooceanbase:mainfrom
yuanoOo:docker-fix

Conversation

@yuanoOo
Copy link

@yuanoOo yuanoOo commented Sep 16, 2025

Changes

This PR makes the following improvements:

🚀 Features

  • Set Redis as default cache option: Changed the default cache option from MySQL to Redis in setup-mysql-env.sh
  • Update dify-web version: Updated dify-web from v1.7.0 to v1.8.0 in docker-compose-redis.yaml to maintain version consistency

📝 Details

  • Modified docker/setup-mysql-env.sh line 221: Changed default Redis option from "N" to "Y"
  • Updated docker/docker-compose-redis.yaml line 611: Updated dify-web image from langgenius/dify-web:1.7.0 to langgenius/dify-web:1.8.0

✅ Benefits

  • Users can now easily use Redis caching by default without manual configuration
  • Ensures version consistency across all docker-compose files
  • Improves performance with Redis caching as the default option

🧪 Testing

  • Verified dify-web version consistency across docker-compose files
  • Confirmed Redis configuration works as expected

- Change default cache option from MySQL to Redis in setup-mysql-env.sh
- Update dify-web version from 1.7.0 to 1.8.0 in docker-compose-redis.yaml
- Ensure version consistency across all docker-compose files
@yuanoOo yuanoOo requested a review from longbingljw September 16, 2025 02:32
Copy link
Member

@longbingljw longbingljw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@longbingljw longbingljw merged commit 9046e96 into oceanbase:main Sep 16, 2025
6 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants