composerize-minimal

Minimal Composerize Docker Image

中文版

This project provides a minimal Docker image for serving the composerize decomposerize and composeverter websites. The image is built using a multi-stage Docker build process and leverages the smallest possible base image for serving static files.

Features

Repository Structure

$ tree -L 2 .
.
├── compose.dev.yaml
├── compose.yaml
├── Dockerfile
├── Makefile
├── README.md
└── submodules
    ├── composerize
    ├── composeverter
    └── decomposerize

4 directories, 5 files

Production Docker Compose

To use the pre-built oaklight/composerize image from Docker Hub, use the compose.yaml file:

docker compose -f compose.yaml up

Access the websites:

Customization / Build Locally

To make customizations to the Docker image or the static websites, modify the Dockerfile or the respective submodules ( composerize , decomposerize , composeverter ). Then, build using:

make build

Acknowledgments

This project is inspired by:

Special thanks to: