GithubHelp home page GithubHelp logo

consup's Introduction

WARNING: this project is deprecated. Now I am use dcape for this purposes.

consup

consup - shared containers orchestration

Read this in other languages: English, Russian


This repository aimed to create and use Docker containers with fidm tool and contains:

Usage example

Lets say we need 2 web application containers both uses postgresql.

Web application uses consup_nginx as base container and has the following config (fidm.yml)

# container name
image: consup_nginx

# required images
requires:
# frontend nginx routes requests to online containers
- consup/nginx mode=common
# single postgresql instance for every which wants "mode=common"
- consup/postgres mode=common

# link master service registration database
links:
- consup/consul    # consul.yml

Running fidm start in application dir will start its container and all not started dependencies.

All containers with same row consup/postgres mode=common in config will use the same postgresql database cluster

Dependensies

Install

For dealing with prepared containers:

wget -qO- https://raw.githubusercontent.com/LeKovr/consup/master/install.sh | sh

For Dockerfile development:

git clone https://github.com/LeKovr/consup.git

Applications supported

See Dockerfiles/*/ for details

Container structure

Container structure

License

The MIT License (MIT), see LICENSE.

Copyright (c) 2014 - 2017 Alexey Kovrizhkin [email protected]

consup's People

Contributors

lekovr avatar tokitori avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

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.