This repository contains various directories, each showcasing different configurations and setups for building Lucee Docker containers. These examples demonstrate the flexibility and possibilities available when setting up Lucee.
The simplest version possible. This setup uses the default configuration and includes no additional extensions or customizations.
This version includes a custom configuration file (lucee-config.json). It demonstrates how to configure the Lucee server with specific settings tailored to your needs.
This version bundles custom extensions with the Lucee server. It shows how to include additional functionalities and features by integrating custom extensions.
Each directory contains everything you need to build and run a Lucee server with the specified setup. Navigate to the desired directory and follow the instructions provided within to build and run the Docker container.
To build the Docker image for any setup, navigate to the corresponding directory and run:
docker build -t lucee-custom .