-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix port conflict between platform container and weaviate container #1039
base: main
Are you sure you want to change the base?
Conversation
KennyDizi
commented
Jul 13, 2023
- Change weaviate container port to 8088 instead of 8080
- Update MySQL container version to v8.0.33
- Update Weaviate container version to v1.20.1
@KennyDizi is attempting to deploy a commit to the reworkd Team on Vercel. A member of the Team first needs to authorize it. |
Hi 👋 Here's a preview environment 🚀 https://next-reworkd-agentgpt-1039.env.ergomake.link Environment Summary 📑
Here are your environment's logs. For questions or comments, join Discord. Click here to disable Ergomake. |
docker-compose.yml
Outdated
@@ -37,7 +37,7 @@ services: | |||
- db | |||
|
|||
db: | |||
image: mysql:8.0 | |||
image: mysql:8.0.33 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be best to just keep this a mysql 8 so that we are always using the latest version of mysql8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a good idea, so let's keep it as v8.0