https://github.com/bytebraid/simple-docker-webapp
A simple example of a dockerized web service
https://github.com/bytebraid/simple-docker-webapp
Last synced: 3 months ago
JSON representation
A simple example of a dockerized web service
- Host: GitHub
- URL: https://github.com/bytebraid/simple-docker-webapp
- Owner: bytebraid
- Created: 2025-01-08T20:16:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-28T20:10:49.000Z (9 months ago)
- Last Synced: 2025-09-28T22:05:21.873Z (9 months ago)
- Language: HTML
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/bytebraid/simple-docker-webapp/actions/workflows/build-test.yaml) [](https://github.com/bytebraid/simple-docker-webapp/actions/workflows/docker-deploy.yaml) [](https://github.com/bytebraid/simple-docker-webapp/tree/main/src/reports/coverage/index.html)
Usage
=====
This is a simple hello world web app with CI / CD workflows, contained in Docker.
Clone the repository.
Use run.sh or manually run the docker commands to build and start the container.
It deploys a flask server on port 11000. Visit http://localhost:11000/hello to get a response.
Log files for the service are written to APP_ROOT as defined in settings.ini, visible from within the container.
A self hosted runner is building and serving this container at https://parallaxed.net/hello