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

Expose more options in docker-compose? #1

Open
JBGruber opened this issue Nov 12, 2022 · 0 comments
Open

Expose more options in docker-compose? #1

JBGruber opened this issue Nov 12, 2022 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@JBGruber
Copy link
Member

I'm collecting ideas what options should be exposed through docker-compose. Currently, one can set:

  • location of elastic (if the user wants to run it at a different location and disable the elastic7 container)
  • the port of the web client and api (default port is 80)
  • the location of the data on the host machine
  • some Elasticsearch option:
environment:
      - discovery.type=single-node
      - bootstrap.memory_lock=true
      - "ES_JAVA_OPTS=-Xms4g -Xmx4g"

All options for elastic work (since we're using their image), but I assume maybe some should be set by default for amcat users?

@JBGruber JBGruber added the help wanted Extra attention is needed label Nov 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant