Self-host with Docker ยท Yantr
patchpanda
Self-hostable Docker Compose stack update manager.
1
Ports
2
Notes
3
Use Cases
About
What patchpanda does
PatchPanda is a self-hosted tool that monitors your Docker Compose stacks for available updates and helps you apply them safely. It watches your compose files, checks for new image versions, and provides a clean web interface to review and apply updates with rollback support.
Install Flow
How to self-host patchpanda
patchpanda can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what patchpanda does, which Docker image Yantr uses, default ports, deployment notes, and where to find the original compose template.
After deployment, Yantr lets you publish additional ports from the stack page using Docker-style syntax. Use 8080:8080 for a fixed host port or just 8080 to let Docker assign a random port.
Use Cases
What people run it for
- Monitor all your Docker Compose stacks for available image updates.
- Review and apply updates through a clean web interface instead of CLI.
- Get notifications via Discord or Apprise when updates are available.
Technical Details
Ports, image, and service metadata
Ports
| Port | Protocol | Label |
|---|---|---|
| 5093 | HTTP | Web UI |
Docker Image
ghcr.io/dkorecko/patchpanda:latest
Service Name
patchpanda
Notes
Things to know before you deploy
- Requires Docker socket mount and access to compose files
- GitHub credentials needed for container registry authentication
Related Apps
More tools you might pair with patchpanda
Page generated 2026-07-27T04:28:00.415Z