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: create memgpt server with postgres DB with docker compose up #1183

Merged
merged 9 commits into from
Mar 26, 2024

Conversation

sarahwooders
Copy link
Collaborator

@sarahwooders sarahwooders commented Mar 22, 2024

Please describe the purpose of this pull request.
This PR allows developers to run a memgpt service with docker compose up.

The service is configured by the following environment variables (can be set in a .env file):

MEMGPT_PG_DB=memgpt
MEMGPT_PG_USER=memgpt
MEMGPT_PG_PASSWORD=memgpt
MEMGPT_SERVER_PASS=test_server_token

How to test
How can we test your PR during review? What commands should we run? What outcomes should we expect?

Have you tested this PR?
Have you tested the latest commit on the PR? If so please provide outputs from your tests.

Related issues or PRs
Please link any related GitHub issues or PRs.

Is your PR over 500 lines of code?
If so, please break up your PR into multiple smaller PRs so that we can review them quickly, or provide justification for its length.

Additional context
Add any other context or screenshots about the PR here.

Copy link
Collaborator

@cpacker cpacker left a comment

Choose a reason for hiding this comment

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

LGTM!

@cpacker cpacker merged commit 42b9c0b into main Mar 26, 2024
4 checks passed
@cpacker cpacker deleted the docker-compose branch March 26, 2024 05:32
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