A python web page using Docker, Visualizer and Redis DB
$ git clone https://github.com/kmponis/python-web-page.git $ cd python-web-page $ docker-compose up $ curl :4000 $ open http:/:9080 // Check visualiser
$ git branch $ git checkout -b stable $ git push origin stable $ git checkout -b dev $ git push origin dev
$ sudo ssh root@192.168.1.87 $ sudo gitlab-runner register -n --url https://gitlab.com/kmponis/web-page.git --registration-token M_RssmCBWZkK_XKHJ-Li --executor shell --description "My Runner"