Found 38 repositories(showing 30)
davidfowl
An extension of the docker compose integration for deploying to a docker host via SSH
cssnr
Easily Deploy a Docker Swarm or Compose Stack to a Remote Docker Host over SSH, with Keyfile or Password Authentication
g1ibby
Deploy Docker Compose apps to remote servers with just one command. Analyzes configs, syncs files, and manages services over SSH so you don't have to
masterjanic
No description available
CharlieSergeant
Sample data store project to be hosted on a remote server or cluster. CICD using GitHub actions for SSH Deploy to remote server for docker compose.
The-Graft-Project
CLI tool, agentless deployment engine that extends the Docker Compose workflow to cloud infrastructure via SSH. With features like Deployment Environments, DNS Configurations, Rollbacks, CI/CD Workflow
Abdelmathin
This project deploys a web application using Docker containers. It sets up services like WordPress, MariaDB, Nginx, Adminer, FTP, Redis, a Python server with SSH, and a static website, all managed in a scalable and isolated environment with Docker Compose.
alcharra
Fast and reliable GitHub Action for deploying Docker Compose or Swarm services over SSH. Built in Go for speed, with secure file upload, Docker network provisioning, service validation, rollback and cleanup support.
alcharra
GitHub Action for deploying Docker Compose or Swarm over SSH — supports file upload, Docker network management, service health checks, rollback and cleanup.
eloyekunle
Docker image with Go, Docker Compose, AWS CLI, ECS Deploy, Make and SSH. For CI
No description available
refactoriel
Dynamic DNS using tinydns, ssh and inotify. Easy deployment via docker-compose.
sprisa
Ship docker-compose services to multiple servers via SSH. Multi-node Docker deployment without Kubernetes.
thematchless
GitHub action to bump up a docker image version deployed in a docker-compose file on a remote server via ssh
berrymorr
docker compose to deploy completely isolated Go dev env with full ssh access and its own MySQL in 2 min
A ready-to-use GitHub Actions template for CI/CD deployments via SSH. Automatically pull, rebuild, and restart Docker Compose services on a remote server whenever you push to your repository. Ideal for personal projects, VPS-based apps, and quick Docker updates without extra tools.
acidmiku
Self-hosted panel for managing multiple VPN servers running sing-box with Hysteria2 and VLESS+Reality. Automatic provisioning over SSH, VPS hardening, Cloudflare DNS integration, multi-user management with traffic limits, subscription URLs for Clash Meta and v2rayN clients. Docker Compose deployment with optional Caddy HTTPS.
ipepe-oss
SSHKIT based Deployment script for any web application with docker-compose
svenfritsch
No description available
No description available
dombyte
Uploads Docker Compose files and deploys via SSH
boatproject
Deploy to a server using SSH and docker compose
Danand
GitHub Action which deploys Docker Compose configuration to remote machine via SSH.
kareem-abdul
a bash script to deploy docker-compose projects to a server via ssh
Dhannun
A reusable CI/CD deployment template using GitHub Actions, SSH, and Docker Compose
jbret89
Lightweight self-hosted deployment API for Docker Compose services backed by Git repositories over SSH
allwinpower
Interactive Docker Compose deploy tool with env-file selection, envsubst variable substitution, and SSH remote targeting.
cioos-siooc
Deploy Docker Compose projects to remote servers via SSH with optional WireGuard VPN and 1Password secret injection.
anilrajrimal1
GitHub Action to securely deploy Docker images from Amazon ECR to a remote server over SSH using Docker Compose. Ideal for automated, environment-specific deployments in CI/CD pipelines
I have had a crazy time trying to ssh into a remote server (including localhost), build my docker image and deploying a container. There's so much automation people are forgetting we need the good old ssh, docker-compose build, docker-compose-up especially for quick PoCs