seelf
Lightweight Docker Compose-based self-hosted deployment platform
345 stars 12 forks last commit first released GPL-3.0
Slowing down
No commits since 8 Mar 2025. Check the issue tracker before you rely on it.

seelf is a lightweight self-hosted deployment platform written in Go that turns Docker Compose files into running services with a minimal web dashboard. It focuses on making it easy to take a local compose file and deploy it to a remote Docker host with sensible defaults and URL exposure.
Key Features
- Deploy Docker Compose projects through a simple web UI or by uploading a compose file
- Automates container lifecycle: create, start, stop, remove composed services using the Docker backend
- Web dashboard built with a lightweight frontend for managing deployed applications and viewing status
- Small footprint and resource-efficient implementation in Go, designed for single-node Docker environments
- Generates accessible URLs for deployed services, simplifying exposure without manual reverse proxy configuration
Use Cases
- Host personal or small-team applications and services on a single server using existing Docker Compose definitions
- Provide a simple staging or demo environment that mirrors local compose setups for QA or previews
- Rapidly deploy small stacks (databases, web services, proxies) without operating a full Kubernetes cluster
Limitations and Considerations
- Only Docker (docker-compose) is supported as the deployment backend; no native Kubernetes or multi-node orchestration
- Not intended for large-scale production orchestration, advanced autoscaling, or complex cluster management
- Feature set is focused on simplicity; expect minimal enterprise features such as multi-tenant RBAC, built-in certificate management, or advanced networking abstractions
seelf is well suited for users who want a low-friction way to deploy Docker Compose stacks on a single server with a compact UI and minimal resource overhead. It trades advanced orchestration for simplicity and ease of use.
Categories:
Tags:
Tech Stack:
Similar to seelf
CapRover
Open-source PaaS that automates Docker app deployment and web serving
CapRover is an open-source platform to deploy, manage and scale apps using Docker and nginx with a web UI and CLI, automatic SSL, one-click databases and clustering support.

ZaneOps
Self-hosted PaaS for deploying and managing apps and services
ZaneOps is a self-hosted open-source PaaS to deploy and manage web apps, static sites, databases, and background workers with Git-based workflows and built-in HTTPS.

Dokku
Docker-powered PaaS for deploying apps on a single host
Dokku is a self-hosted, Docker-based mini PaaS that lets you deploy Heroku-style apps via Git push, using buildpacks or Dockerfiles with plugin-managed services.

umbrelOS
Home server OS for self-hosting apps with a built-in app store
umbrelOS is a home server operating system that lets you self-host popular apps via a built-in app store, with one-click installs on Raspberry Pi, x86, or Umbrel Home.

Kubero
Kubernetes-native self-hosted PaaS for deploying apps from Git or Docker
Self-hosted Heroku/Netlify-style PaaS for Kubernetes with GitOps pipelines, templates, add-ons, logs, and SSO—deploy from source or Docker without Helm charts.

Cloudron
Self-hosted app platform with updates, backups, and HTTPS
Cloudron is a self-hosted platform for deploying and managing web apps with one-click installs, automatic updates, backups, and integrated HTTPS, email, and user management.




