GithubHelp home page GithubHelp logo

trans-server-docker-compose's Introduction

trans-server-docker-compose

Docker Compose for Trans Server

Run the server

Step 1

# Create "https-portal.env"
cp https-portal.env.example https-portal.env 

Then, replace "trans-akka.ml" with your domain

Step 2

Run docker compose

docker-compose up

Wait for long time when you see the following message.

...
https-portal_1  | This is going to take a long time
...

Done!

Data Persistence

All data for persistence are under ./docker_volumes.

  • Trans File Storage in ./docker_volumes/trans-db/file_db
  • Trans H2 Database in ./docker_volumes/h2db/
  • Certificates in ./docker_volumes/ssl_certs.

How to access to H2 Database Web Console

  1. Use SOCKS proxy
ssh -D 1080 <your server>
  1. Open http://0.0.0.0:8082/ in your browser which is already configured SOCKS proxy setting.
  2. Select [Generic H2 (Server)] in "Saved Settings"
  3. Fill "jdbc:h2:tcp://localhost//h2db/trans" in "JDBC URL"
  4. Set empty name "" in "User Name"

The complete setting is like the following image.

demo1

trans-server-docker-compose's People

Contributors

nwtgck avatar

Watchers

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