{"id":16784796,"url":"https://github.com/sushantjadhav416/docker_compose_project","last_synced_at":"2026-04-30T03:36:24.440Z","repository":{"id":161389015,"uuid":"636092454","full_name":"sushantjadhav416/Docker_compose_Project","owner":"sushantjadhav416","description":"Docker Compose Project build using Flask and using Nginx as Loadbalancer","archived":false,"fork":false,"pushed_at":"2024-03-31T06:18:34.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-23T19:06:44.427Z","etag":null,"topics":["docker-compose","nginx-proxy","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sushantjadhav416.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-05-04T05:41:31.000Z","updated_at":"2024-02-09T10:27:52.000Z","dependencies_parsed_at":"2024-02-08T09:30:14.222Z","dependency_job_id":"718eb65c-7553-4386-8806-e791f2c2cf17","html_url":"https://github.com/sushantjadhav416/Docker_compose_Project","commit_stats":null,"previous_names":["sushantjadhav416/docker_compose_project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sushantjadhav416/Docker_compose_Project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sushantjadhav416%2FDocker_compose_Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sushantjadhav416%2FDocker_compose_Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sushantjadhav416%2FDocker_compose_Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sushantjadhav416%2FDocker_compose_Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sushantjadhav416","download_url":"https://codeload.github.com/sushantjadhav416/Docker_compose_Project/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sushantjadhav416%2FDocker_compose_Project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32454144,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker-compose","nginx-proxy","python3"],"created_at":"2024-10-13T08:07:14.150Z","updated_at":"2026-04-30T03:36:19.432Z","avatar_url":"https://github.com/sushantjadhav416.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Docker Compose Project build using Flask and using Nginx as Loadbalancer\n- This is basic flask based web application  to demonstrate the Docker compose concept\n- So what is docker compose? so , Docker compose is tool for defining and running multi-container Docker applications. with compose we use a yaml file to configure our\n  application services.\n- Compose is work on all envirenment production , staging development, testing as well as workflow also.\n- The key feature's of docker compose :\n   1. Have Multiple isolated environment on a single host .\n   2. Preserve volume data when container are created .\n   3. Only recreate's the container that have changed .\n   4. Supports variables and moving a composition beetween environments.\n      \n### Project setup-\n-  First , clone this repository to your system.\n-  I have coded the docker-compose file in .yaml format.\n-  So type **docker-compose Up** command to start application.\n-  In this project we are using flask based Wed API , Nginx server and redis as a backend database.\n\n### Use of Nginx server to enable scaling in docker compose\n- We are using nginx web servers as loadbalancer for scaling of our application.\n- For this task we have setup nginx.conf file.\n- After compliting the setup follow below command.\n   ```\n   docker-compose scale web=5\n   ```\n- Here web is name off a service and 5 number of containers to be scaled.\n- The Nginx act as proxy server to allow our application to scale.\n  \n  \n\n\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsushantjadhav416%2Fdocker_compose_project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsushantjadhav416%2Fdocker_compose_project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsushantjadhav416%2Fdocker_compose_project/lists"}