Skip to content
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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

KennyDizi
Copy link
Contributor

  • 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

@vercel
Copy link

vercel bot commented Jul 13, 2023

@KennyDizi is attempting to deploy a commit to the reworkd Team on Vercel.

A member of the Team first needs to authorize it.

@ergomake
Copy link

ergomake bot commented Jul 13, 2023

Hi 👋

Here's a preview environment 🚀

https://next-reworkd-agentgpt-1039.env.ergomake.link

Environment Summary 📑

Container Source URL
next Dockerfile https://next-reworkd-agentgpt-1039.env.ergomake.link
platform Dockerfile https://platform-reworkd-agentgpt-1039.env.ergomake.link
db Dockerfile [not exposed - internal service]
weaviate semitechnologies/weaviate:1.19.6 https://weaviate-reworkd-agentgpt-1039.env.ergomake.link

Here are your environment's logs.

For questions or comments, join Discord.

Click here to disable Ergomake.

@@ -37,7 +37,7 @@ services:
- db

db:
image: mysql:8.0
image: mysql:8.0.33
Copy link
Member

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

Copy link
Contributor Author

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

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