GithubHelp home page GithubHelp logo

vivaldi-va / jumpinchat-deploy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jumpinchat/jumpinchat-deploy

0.0 1.0 0.0 18 KB

JumpInChat deploy scripts and docker compose config

License: BSD 3-Clause "New" or "Revised" License

Shell 63.56% Dockerfile 35.02% HTML 1.41%

jumpinchat-deploy's Introduction

JumpInChat deployment scripts

Getting started

Requires docker and docker-compose

Services list

  • srv: Web and chat client server
  • home: Home page, directory and user settings site
  • janus: media server config
  • mongodb: mongodb database config
  • nginx: nginx config
  • haproxy: load balancer proxy config

Also required is jumpinchat/jumpinchat-emails for the email service

How to use

Running Janus locally

  docker-compose -f docker-compose.yml -f local-compose.yml up -d janus && dc logs -f janus

Run all services

You will need to update a .env file with the appropriate secrets

  docker-compose --env-file ./example.env up

Since MongoDB replication is used, you'll have to set that up by running ./initMongoRepl.sh

Publishing packages

Since I used a privately hosted docker registry, you will have to update the image URLs in docker-compose.yml with your own, or a public registry

  # e.g.
  web:
    image: registry.example.com/<user>/web

buld the image

  docker-compose build web

then push them

  docker push registry.example.com/<user>/web:<tag>

It's best to do this if you plan on hosting efficiently on a remote server, to avoid having to build containers on the server itself.

jumpinchat-deploy's People

Contributors

vivaldi-va avatar

Watchers

James Cloos 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.