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

Improve the experience to run a Postgres server with documentdb #54

Open
2 tasks
safern opened this issue Feb 5, 2025 · 0 comments
Open
2 tasks

Improve the experience to run a Postgres server with documentdb #54

safern opened this issue Feb 5, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@safern
Copy link
Member

safern commented Feb 5, 2025

Currently the README suggests to build the devcontainer dockerfile, however a devcontainer is intended for development, more so for use within Visual Studio Code using their devcontainer features.

However, there are scenarios where people should be able to just build a dockerfile which does something like:

  1. Base container is the shelf Postgres container
  2. Pulls in documentdb (either from a tag/release)
    2.1 Builds documentdb and installs it
    2.2 Setups documentdb with the right configs to listen outside the port (maybe make this ARG configurable):
    - listen_addresses GUC
    - hba.conf file to allow connections from outside the container
  3. Entry point starts postgres with documentdb

We should probably do this in 2 steps:

  • Provide the dockerfile and update README for people to just do docker build + docker run.
  • Publish a docker image into a public container registry for people to just do docker run with it.

cc: @visridha @lichoil @sivethe

@safern safern added the enhancement New feature or request label Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant