A small collection of containerized open-source applications prepared for simple self-hosted deployment.
Images are built automatically from upstream sources and published to GitHub Container Registry.
This repository acts as a distribution layer, not a fork of the upstream projects.
Upstream code remains unchanged while builds focus on reproducibility and operational usability.
Containers are prepared with sane defaults for operators who just want to run the software.
| Name | Description |
|---|---|
| Parabol | Open-source agile meeting and retrospective platform |
docker run -d \
--name parabol \
-p 3000:3000 \
--env-file .env \
ghcr.io/rootender/oss-containers/parabol:latestThis and other docker-compose examples you can find in the examples folder.
This repository contains build infrastructure licensed under MIT.
Each containerized application follows the license of its upstream project. See upstream repositories for details.