https://github.com/oguzthmc/simple-docker-flask-app
Kartaca Core Growers Program Task
https://github.com/oguzthmc/simple-docker-flask-app
docker-compose docker-flask python
Last synced: 3 months ago
JSON representation
Kartaca Core Growers Program Task
- Host: GitHub
- URL: https://github.com/oguzthmc/simple-docker-flask-app
- Owner: oguzthmc
- Created: 2020-04-05T19:20:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T09:51:22.000Z (about 5 years ago)
- Last Synced: 2023-11-01T00:25:59.909Z (over 1 year ago)
- Topics: docker-compose, docker-flask, python
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Docker Flask App
## TASK:
It is requested to run the sample application at flask-hello-world in the Docker container. The number of containers on which the application will run can be one or more, depending on the need. The application will be accessed via HAProxy running in another Docker container.
## EVALUATION:
After running the "docker-compose up" command, the application and HAProxy should start and successfully access the sample application through the 8000 port on the running computer.