3 repositorios
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.
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.
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.
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.