Giter Site home page Giter Site logo

ton-deploy's Introduction

What is it

It is a compilation of Docker compose files for starting TON node, API, database, indexer and NGinx.

Structure of the project

In this project ton-compose file deploys a TON node on the host network. Other applications are deploying by docker-compose file that will be generated during deploying.

The scheme of connections between containers:

Structure

Starting

Before start you should write in the ton.env file all config params for a project and style it without backspaces. After that you can start building and deploying project:

./start.sh

This will firstly build TON project and put it in different containers. The TON node will start first because we need public keys to connect.

Ending

If you need to stop Docker containers you can simply print:

./stop.sh

Attention: this will delete all volumes with collected data! If you don't need to delete it, just execute:

docker-compose -f "ton-compose.yaml" down && \
docker-compose -f "docker-compose.yaml" down

License

See LICENSE.md for more information.

By contributing to this repository, you agree to license your work under the MIT license unless specified otherwise at the top of the file itself. Any work contributed where you are not the original author must contain its license header with the original author and source.

ton-deploy's People

Contributors

jzethar 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.