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

Scaling #1

Open
BorysekOndrej opened this issue Jul 27, 2020 · 0 comments
Open

Scaling #1

BorysekOndrej opened this issue Jul 27, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@BorysekOndrej
Copy link
Contributor

Currently there are hardcoded RAM and CPU limits in docker compose file. This does not work well for self-hosted instances which can have very different configurations.

I'm considering two approaches:

  • a Python script which would generate the appropriate Docker Compose file based on the amount of RAM and CPU is willing to provide. I have PoC, but I'm not yet satisfied with it. The same Python script could also pre-generate all necessary secrets.
  • general solution might be docker swarms or Kubernetes. I'm a bit reluctant to introduce another technology to the stack.
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