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

feat(docker): add a docker service to run mysql locally #108

Closed
wants to merge 1 commit into from
Closed

feat(docker): add a docker service to run mysql locally #108

wants to merge 1 commit into from

Conversation

imcodingideas
Copy link

Summary

Introducing a docker service to run MySQL locally.

Closes: #107

Test Plan

  1. Update your .env.local
  2. Start docker.
  3. Run docker with docker compose --env-file .env.local -f compose.dev.yaml or docker compose --env-file .env.local -f compose.dev.yaml -d

@vercel
Copy link

vercel bot commented May 31, 2023

@imcodingideas is attempting to deploy a commit to the t3-oss Team on Vercel.

A member of the Team first needs to authorize it.

@juliusmarminge
Copy link
Owner

This won't work though right since I'm using the planetscale http connector?

@imcodingideas
Copy link
Author

Hmm maybe I can remove all the new environment variables looking at this again.

This is just for local. Ill deploy to vercel and planetscale to validate any regressions.

@imcodingideas imcodingideas closed this by deleting the head repository Aug 5, 2024
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.

feat: local docker support for mysql
2 participants