{"id":23674561,"url":"https://github.com/francosbaffi/devops-project","last_synced_at":"2025-07-06T18:08:50.104Z","repository":{"id":265552863,"uuid":"896232666","full_name":"FrancoSbaffi/DevOps-Project","owner":"FrancoSbaffi","description":"A Dockerized project showcasing load balancing with NGINX, block storage, containerized app deployment, and Git branch management for seamless development and production workflows.","archived":false,"fork":false,"pushed_at":"2024-12-23T07:23:21.000Z","size":975,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-23T07:32:29.925Z","etag":null,"topics":["docker","docker-compose","dockerfile","load-balancer","nginx","proxy-reverse"],"latest_commit_sha":null,"homepage":"https://github.com/FrancoSbaffi/Proyecto-Integrador","language":"CSS","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/FrancoSbaffi.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,"publiccode":null,"codemeta":null}},"created_at":"2024-11-29T20:48:21.000Z","updated_at":"2024-12-23T07:23:25.000Z","dependencies_parsed_at":"2024-12-23T07:42:42.604Z","dependency_job_id":null,"html_url":"https://github.com/FrancoSbaffi/DevOps-Project","commit_stats":null,"previous_names":["francosbaffi/proyecto-integrador","francosbaffi/devops-project"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrancoSbaffi%2FDevOps-Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrancoSbaffi%2FDevOps-Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrancoSbaffi%2FDevOps-Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrancoSbaffi%2FDevOps-Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FrancoSbaffi","download_url":"https://codeload.github.com/FrancoSbaffi/DevOps-Project/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239707022,"owners_count":19683988,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","docker-compose","dockerfile","load-balancer","nginx","proxy-reverse"],"created_at":"2024-12-29T13:27:34.829Z","updated_at":"2025-02-19T17:44:26.708Z","avatar_url":"https://github.com/FrancoSbaffi.png","language":"CSS","readme":"\n# 🚀 Dockerized Multi-Service Application\n\n## Overview\n\nThis project demonstrates the deployment of a multi-service application using Docker and Docker Compose. It includes two applications (App1 and App2) and a load balancer implemented with NGINX. Each service operates in isolated containers, and the setup is orchestrated via Docker Compose for simplicity and reproducibility.\n\n## Features\n\n- **App1**: A portfolio web application showcasing personal and professional details.\n- **App2**: A simple web-based game.\n- **NGINX Load Balancer**: Distributes incoming requests between App1 and App2, providing seamless access and improved performance.\n\n## Prerequisites\n\n- Docker\n- Docker Compose\n\nEnsure these tools are installed on your machine. Refer to the Docker installation guide for setup instructions.\n\n---\n\n## Project Structure\n\n```bash\n|-- app1/\n|   |-- Dockerfile\n|   |-- index.html\n|\n|-- app2/\n|   |-- Dockerfile\n|   |-- index.html\n|\n|-- nginx/\n|   |-- Dockerfile\n|   |-- nginx.conf\n|   |-- site.html\n|\n|-- docker-compose.yml\n```\n\n---\n\n## Instructions to Run the Project\n\n### Clone the Repository\n\n```bash\ngit clone https://github.com/FrancoSbaffi/DevOps-Project.git\ncd DevOps-Project\n```\n\nUse Docker Compose to build the images and start the containers:\n\n```bash\ndocker-compose up --build\n```\n\nOnce the containers are running, open a web browser and navigate to:\n\n- http://localhost/app1: Portfolio application.\n- http://localhost/app2: Web-based game.\n\n## Key Components\n\n- **`docker-compose.yml`**: Defines the services (App1, App2, and NGINX), their configurations, and networking.  \n- **`App1`**: Configures an Apache web server in Dockerfile and Main HTML file for my portfolio.\n- **`App2`**: Configures an Apache web server in Dockerfile and Main HTML file for simple game.\n- **`NGINX`**: Uses the NGINX base image, Configures load balancing and routing in `nginx.conf` and Custom landing page for the application on `site.html`.\n\nℹ️ *Los cambios realizados en la rama `develop` deben ser probados y luego mergeados a `master` mediante un pull request.*\n\n---\n\n## Stopping the Application\n\nTo stop the containers, use:\n\n```docker\ndocker-compose down\n```\n\nTo remove all images and containers related to this project:\n\n```docker\ndocker-compose down --rmi all\n```\n\n---\n\n## Contact\n\nFor issues or queries, please contact:\n\n- Email: francosbaffidev@gmail.com\n- GitHub: FrancoSbaffi\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrancosbaffi%2Fdevops-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrancosbaffi%2Fdevops-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrancosbaffi%2Fdevops-project/lists"}