-
Notifications
You must be signed in to change notification settings - Fork 31
Add Docker running instructions to README #58
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Co-authored-by: gkorland <753206+gkorland@users.noreply.github.com>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
This PR adds comprehensive Docker instructions to the README, making it easier for users to run QueryWeaver without installing Python dependencies locally.
Changes Made
docker run -p 5000:5000 -it falkordb/queryweaver-eflags.env.exampleincluding:FLASK_SECRET_KEYfor Flask configuration.env.examplefor complete configuration optionsExample Usage
Basic Docker run:
With environment variables:
The instructions maintain consistency with the existing README structure and provide clear, actionable guidance for Docker users.
Fixes #57.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.