Giter Club home page Giter Club logo

stt-datacore

Currently used to construct a single Docker image that runs all components of DataCore on the production server.

This works by Docker Hub building an image under alexcpu's namespace. Watchtower, running on the server, periodically checks for a newer image and replaces the running container if needed.

There is a Docker Compose implementation of Datacore. It allows for the enitre suite of services to be deployed within Docker containers but also allows for deployment of subsets thereof.

Installation and Deployment

After installing Docker Compose download the latest version of DockerImage using

git clone https://github.com/stt-datacore/DockerImage.git

Then the single docker image can be built by running docker build -t datacore . in the base directory. Followed by docker run datacore. To run the Compose implementation enter the multidocker directory and run docker-compose --profile <profile1> [--profile <profile2> ...] up --build -d where the profile(s) are selected from the options below.

  • all - Deploy the entire stack.
  • fullstack - Deploy all the services needed to run the website locally.
  • asset-server - Deploy just the website and the asset server.
  • site-server - Deploy just the website and the site server.
  • website - Deploy the website only.
  • rsync - Deploy the rsync server used to inspect logs and data held by the volumes on the stack.
  • bot - Deploy all the services needed to run the Discord bot. (partially tested)
  • monitoring - Deploy monitoring services. (untested)
  • gittower - Deploy the gittower tool used to restart services when their source repository is changed. (untested)

STT Community Core's Projects

docs icon docs

Wiki for setup, plans and status

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.