https://github.com/khachornchit/python-web-docker-compose
Sample web app using Python in docker container.
https://github.com/khachornchit/python-web-docker-compose
docker-compose python
Last synced: 3 months ago
JSON representation
Sample web app using Python in docker container.
- Host: GitHub
- URL: https://github.com/khachornchit/python-web-docker-compose
- Owner: khachornchit
- License: mit
- Created: 2019-10-04T17:01:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T17:11:05.000Z (almost 7 years ago)
- Last Synced: 2025-01-07T16:12:17.192Z (over 1 year ago)
- Topics: docker-compose, python
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Web App
A sample web app using Pythin in docker container.
## Setup Guide
* git clone git@github.com:Khachornchit/python-web-docker-compose.git
* cd python-web-docker-compose
* docker-compose build
* docker-compose up -d
* goto http://localhost:5000