Coder Social home page Coder Social logo

docker-genieacs's Introduction

docker-genieacs

GenieACS - Docker build and compose files

Build Docker Image

Dockerfile has 2 args with default values that is used in building the image:

ARG Remarks Default
REPO_URL GenieACS source git repo to use https://github.com/genieacs/genieacs
BRANCH Git branch to use for the build master

Examples

  1. Build using genieacs master branch
docker build -t genieacs:latest .
  1. Build using genieacs xmpp branch
docker build -t genieacs:xmpp --build-arg BRANCH=xmpp  .
  1. Build using forked thebinary/genieacs xmpp branch
docker build -t thebinary/genieacs:xmpp --build-arg REPO_URL=https://github.com/thebinary/genieacs --build-arg BRANCH=xmpp .

Run services in docker

The docker-compose uses variables for genieacs image tag to use to run:

Variable Remarks
GENIEACS_BRANCH used when build is required to specify which git branch to use for image build
GENIEACS_TAG docker image tag to use for running the service

Since, these variables are required for docker-compose to work, you need to pass these vars either using .env file specifying a env file as docker-compose flag. A env.sample file is provided for ease. You can use the provided env.sample as .env

cp env.sample .env

Examples

  1. Run all genieacs services - cwmp, nbi and fs
docker-compose up -d
  1. Run cwmp and nbi only
docker-compose -f docker-compose.cwmp.yml -f docker-compose.nbi.yml up -d
  1. Run all genieacs services - cwmp, nbi and fs using a specific env file
docker-compose --env-file env.sample up -d

docker-genieacs's People

Contributors

thebinary avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

bbabich

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.