Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Expose more options in docker-compose? #1

Description

@JBGruber

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions