Code Monkey home page Code Monkey logo

dockerize-stack's Introduction

Dockerize Stack

This it's a generator for generate Dockerfile and docker-compose for your application

Why?

  • Help to configure multiple applications using the same templates.

  • Using templates is more easy to dockerize diferent type of projects.

Install

gem install dockerize-stack

or

docker pull devmasx/dockerize-stack

Usage

dockerize-stack rails

or use docker image

docker run --user $(id -u) -it -v $(pwd):/usr/src devmasx/dockerize-stack rails

Rails Templates

rails example

See all options:

Options:
  t, [--template-folder=TEMPLATE_FOLDER]                       # Template folder path
  o, [--output-folder=OUTPUT_FOLDER]                           # Output folder
                                                               # Default: .
      [--ruby-version=RUBY_VERSION]                            # Ruby Version (default 2.5.6):
      [--nodejs-version=NODEJS_VERSION]                        # Nodejs version (default 10.16.3):
      [--javascrit-package-manager=JAVASCRIT_PACKAGE_MANAGER]  # What is your Javascript package manager?
      [--database=DATABASE]                                    # What is your Database?
      [--rails-worker=RAILS_WORKER]                            # You need workers with sidekiq? y/n, (default y)
      [--github-private=GITHUB_PRIVATE]                        # You need github token for private gems? y/n (default no)
      [--kubernetes=KUBERNETES]                                # You want generate docker-stack for kubernetes? y/n (default no)

TODO

  • Add integrations with all database types rails new supported ([mysql/postgresql/sqlite3/oracle/frontbase/ibm_db/sqlserver/jdbcmysql/jdbcsqlite3/jdbcpostgresql/jdbc])
  • Integrate Build with private repositories

dockerize-stack's People

Contributors

dependabot[bot] avatar fjbanares avatar lycisca avatar miguelsavignano avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dockerize-stack's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.