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

Create an entrypoint for the docker image to make bootstrapping easier #197

Open
yangm97 opened this issue Oct 19, 2023 · 0 comments
Open
Labels
build Related to compiling, linking, packaging and distribution.

Comments

@yangm97
Copy link
Member

yangm97 commented Oct 19, 2023

As outlined by #196 the process to get construct up and running using the container images is somewhat under-documented and convoluted.

We can borrow some inspiration from the entrypoint.sh files in database container images like postgres, since they automatically perform first time setup with sane defaults (where possible).

Some requirements that I can foresee are:

  • ensure user provided the domain for bootstrapping
  • default listener needs to be non-tls, as most container users will have some ingress infrastructure in place already
  • Until Reverse proxy support #189 is closed, default to maximum connections per client (same reason as above)
@yangm97 yangm97 added the build Related to compiling, linking, packaging and distribution. label Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to compiling, linking, packaging and distribution.
Projects
None yet
Development

No branches or pull requests

1 participant