https://github.com/kmponis/python-web-page
A python web-page using Docker, Visualizer and Redis DB
https://github.com/kmponis/python-web-page
docker docker-compose python redis-db visualizer
Last synced: 3 months ago
JSON representation
A python web-page using Docker, Visualizer and Redis DB
- Host: GitHub
- URL: https://github.com/kmponis/python-web-page
- Owner: kmponis
- Created: 2019-09-18T13:07:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-18T13:21:46.000Z (over 5 years ago)
- Last Synced: 2025-01-13T05:24:53.850Z (5 months ago)
- Topics: docker, docker-compose, python, redis-db, visualizer
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Web Page
A python web page using Docker, Visualizer and Redis DB## Run and Test
$ git clone https://github.com/kmponis/python-web-page.git
$ cd python-web-page
$ docker-compose up
$ curl :4000
$ open http:/:9080 // Check visualiser## Learning Resources
#### Website: https://www.youtube.com/watch?v=gHlRpZJ768U
$ git branch
$ git checkout -b stable
$ git push origin stable
$ git checkout -b dev
$ git push origin dev#### Website: https://docs.gitlab.com/ee/ci/docker/using_docker_build.html
$ sudo ssh [email protected]
$ sudo gitlab-runner register -n --url https://gitlab.com/kmponis/web-page.git --registration-token M_RssmCBWZkK_XKHJ-Li --executor shell --description "My Runner"