awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesDocker Application Deployments

Tools that deploy a Docker application to a remote server with a single command, including zero-downtime releases.

Distinct from Single-Command Deployments: Distinct from Single-Command Deployments: specifically deploys Docker applications with zero-downtime, not general single-command launches.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Docker Application Deployments. Refine with filters or upvote what's useful.

Awesome Docker Application Deployments GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • mightymoud/sidekickالصورة الرمزية لـ MightyMoud

    MightyMoud/sidekick

    7,465عرض على GitHub↗

    Sidekick is a command-line tool that provisions bare VPS servers, transfers Docker images, manages secrets, and orchestrates zero-downtime deployments across single or multiple server instances. It handles the full deployment pipeline from a local machine, building container images locally and transferring them directly to the server without requiring a remote container registry. The tool distinguishes itself through an integrated approach to security and automation. It encrypts environment variables locally using SOPS and Age keys, then decrypts them on the server at deploy time for runtime

    Sets up a production-ready environment on a bare VPS and deploys a Docker application with zero-downtime releases.

    Godeploymentherokuself-host
    عرض على GitHub↗7,465
  • opensignlabs/opensignالصورة الرمزية لـ OpenSignLabs

    OpenSignLabs/OpenSign

    6,551عرض على GitHub↗

    OpenSign is a self-hosted, open-source document signing platform that enables users to send, sign, and manage PDF documents with digital certificates and encryption. It functions as a complete e-signature solution, allowing organizations to run their own signing service on private infrastructure while maintaining full control over their data and document workflows. The platform supports sequential multi-signer workflows, where documents can be sent to multiple recipients in a predefined order, with each signer receiving an email-based one-time password for verification before accessing the do

    Packages the entire application as a single Docker container with environment variable configuration for instant deployment.

    JavaScriptdigital-signaturedocument-signingdocusign-alternative
    عرض على GitHub↗6,551
  • deis/deisالصورة الرمزية لـ deis

    deis/deis

    5,999عرض على GitHub↗

    Deis is an open-source, self-hosted Platform-as-a-Service that deploys and manages containerized applications on a CoreOS cluster using a Heroku-inspired git push workflow. It accepts application code via git push, automatically builds a Docker image, and runs it as a container on the cluster, with systemd and etcd providing service discovery and configuration management. The platform provides a developer experience modeled after Heroku, with a command-line interface for creating, scaling, configuring, and monitoring applications. It hosts a private Git remote per application that triggers th

    Pushes application code to a private Git remote, builds a Docker image, and runs it on a CoreOS cluster.

    Pythoncontainerscoreosdeis-paas
    عرض على GitHub↗5,999
  1. Home
  2. DevOps & Infrastructure
  3. Self-Hosted Platform as a Service
  4. Single-Command Deployments
  5. Docker Application Deployments