Self-host with Docker ยท Yantr
Kopia
Fast and secure open-source backup/restore with client-side encryption.
1
Ports
2
Notes
3
Use Cases
About
What Kopia does
Kopia is a cross-platform backup/restore tool that provides fast, encrypted, deduplicated, and compressed snapshots. It supports local and cloud storage backends including S3, B2, Google Cloud, Azure, and SFTP. Includes a web UI for browsing snapshots, restoring files, and managing policies.
Install Flow
How to self-host Kopia
Kopia can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what Kopia 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
- Create encrypted, deduplicated backups of critical data to cloud storage.
- Browse and restore individual files from any backup snapshot.
- Manage backup policies and schedules through an intuitive web dashboard.
Technical Details
Ports, image, and service metadata
Ports
| Port | Protocol | Label |
|---|---|---|
| 51515 | HTTP | Web UI |
Docker Image
kopia/kopia:latest
Service Name
kopia
Notes
Things to know before you deploy
- Set KOPIA_PASSWORD to a strong password for repository encryption.
- Configure your storage backend via environment variables after first run.
Related Apps
More tools you might pair with Kopia
Page generated 2026-07-27T04:28:00.415Z