A LumisXP image to be used EXCLUSIVELY in development environments. Bundled with Apache Tomcat.
4.7K
This image extends lumisxp/lumisxp and includes a preconfigured Apache Tomcat application server.
It is the recommended image for development use cases, providing:
This is the easiest way to start developing with LumisXP in a containerized environment.
All images published in this repository — regardless of tag — are intended EXCLUSIVELY for development environments.
These images:
Under no circumstances should any tag from this repository be used in production environments.
Tags following the pattern:
development-yyyyMMddHHmmss
development-latest
represent non-released development builds of LumisXP.
These builds:
Use these tags with additional caution even within development environments.
Use lumisxp/lumisxp-tomcat if:
If you need full control over the application server or want to use a different server, you may instead extend: lumisxp/lumisxp
❗All environment variables listed here will only be used once, at the first boot of the container.
| Environment variable name | Description | Required | Default value |
|---|---|---|---|
LXP_DOMAIN | Indicates the domain the LumisXP will be served at. | Yes | |
LXP_HTTP_PORT | The main website non-secure port. | Yes | |
LXP_HTTPS_PORT | The main website secure port. | Yes | |
LXP_ES_HTTP_ADDRESSES | The Elasticsearch address(es). | No | elasticsearch:9200 |
LXP_AJP_SECRET | The AJP secret the Tomcat will use. | Yes | |
LXP_JPDA_ADDRESS | The JPDA listen address the Tomcat will use. | No | 0.0.0.0:8000 |
It's recommended to use this image in a Docker Compose project to boot a LumisXP development environment. In the Docker Compose project, all required services, network and volumes must be created.
Content type
Image
Digest
sha256:39099c87e…
Size
704.8 MB
Last updated
about 1 month ago
docker pull lumisxp/lumisxp-tomcat