0.0
Repository is archived
No release in over 3 years
Low commit activity in last 3 years
add docker support for mina.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.0.2
 Project Readme

Docker support for Mina

You can use mina now to deploy docker servers.

Installation

Add this line to your application's Gemfile:

gem 'mina-docker', git: "git@github.com:flydrago/mina-docker.git", branch: 'main', require: false

Usage

Load the tasks:

require 'mina/docker'

Config

set :docker_compose_file, 'docker-compose.yml'
set :docker_image, 'xxxxx'
set :docker_hub, 'xxxxxx'

Setup it

$ bundle exec mina docker_compose:setup 

Deploy it!

$ bundle exec mina docker_compose:deploy