A performant web UI application for aggregating and displaying patch notes from Docker containers. Keep track of updates across your Docker ecosystem with a clean, modern interface.
- 📅 Timeline: Visualize releases chronologically with a configurable timeline
- 📚 Catalog: Browse all tracked repositories and their release histories
- ⚙️ Settings: Customize the application theme and appearance
- 🎨 Unique Repository Colors: Each repository has its own distinct color for easy identification
- Clone the repository:
git clone https://github.com/7eventy7/patchy.git
cd patchy
- Start the application:
docker-compose up -d
The application will be available at http://localhost:11777
- Frontend: 11777
NODE_ENV
: Set to 'production' for production mode- Additional environment variables can be configured in the
docker-compose.yml
file
Patchy is automatically published to Docker Hub when a new release is created. Images are tagged with both the specific version number and 'latest'.
To use the latest version from Docker Hub:
docker pull 7eventy7/patchy:latest
- React + TypeScript
- Vite
- Tailwind CSS
- Radix UI
- Docker
MIT License - feel free to use this project for any purpose.
Made with ❤️ by 7eventy7