Home

Awesome

topolograph-docker

Quickstart

Install Docker Desktop for Windows/Mac To get Topolograph Docker up and running run the following commands.

git clone https://github.com/Vadims06/topolograph-docker.git
cd topolograph-docker
docker-compose pull
docker-compose up -d

The Topolograph site will be available after a few minutes. Open the URL http://localhost:8080/ in a web-browser.

Variables

The application's variables are grouped in .env file

TOPOLOGRAPH_PORT=8099 <-- whatever you want, and then open the URL http://localhost:8099/ after re-runing docker-compose up -d

About

You can find more info about Topolograph here: https://github.com/Vadims06/topolograph