{"id":50704187,"url":"https://github.com/nasatome/docker-network-utils","last_synced_at":"2026-06-09T10:30:53.929Z","repository":{"id":54131911,"uuid":"108221769","full_name":"nasatome/docker-network-utils","owner":"nasatome","description":"Basic Infrastructure for Deploy Docker","archived":false,"fork":false,"pushed_at":"2024-02-06T06:24:13.000Z","size":40,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-06T09:38:49.481Z","etag":null,"topics":["deployment","docker","docker-utilities","infrastructure","traefik"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nasatome.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-10-25T05:01:17.000Z","updated_at":"2024-02-06T06:24:16.000Z","dependencies_parsed_at":"2023-01-21T06:46:18.884Z","dependency_job_id":null,"html_url":"https://github.com/nasatome/docker-network-utils","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nasatome/docker-network-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasatome%2Fdocker-network-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasatome%2Fdocker-network-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasatome%2Fdocker-network-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasatome%2Fdocker-network-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nasatome","download_url":"https://codeload.github.com/nasatome/docker-network-utils/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasatome%2Fdocker-network-utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34103355,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"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":["deployment","docker","docker-utilities","infrastructure","traefik"],"created_at":"2026-06-09T10:30:52.068Z","updated_at":"2026-06-09T10:30:53.921Z","avatar_url":"https://github.com/nasatome.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Utilities and Basic Network\n\nBasic structure to deploy Docker through a load balancer or reverse proxy\n\n## Getting Started\n\nHere are instructions for obtaining a copy of the project up and running on your local machine for development and testing purposes. \n\n### Prerequisites\n\n1. a Linux Server (VPS) \n\n2. Hardening of Linux Server [Ubuntu Example](https://github.com/nasatome/First-Steps-and-Hardening-in-Ubuntu-Server-And-Docker)\n\n3. Open Ports `80` an `443`\n\n4. Don't forget to leave the SSH port open in case you use it.\n\n5. Install Docker (You can use this command:)\n\n   `curl -fsSL get.docker.com -o get-docker.sh \u0026\u0026 sh get-docker.sh`\n\n   \n\n### Installing Ecosystem\n\nThis is not software that is installed as such, but rather a series of \"modules\" that will help you build your own infrastructure.\n\nFirst of all, you need to install a load balancer, the one I recommend is Traefik, for its ease of configuration.\n\n[Link to Mount Initial Traefik Container](/reverse-proxy/traefik)\n\nYou can use the following modules that can be added to this load balancer\n\n`https://github.com/nasatome/dockapress`  It's a project to run WordPress with docker\n\n`https://github.com/nasatome/dockpy` is a project to run Docker Projects with Python, (Django, Flask)\n\n`https://github.com/nasatome/doockla` Docker + (PHP) Joomla\n\n`https://github.com/nasatome/dockavel` Docker + (PHP) Laravel\n\n\n\n## Deployment\n\nFuture additional notes about how to deploy this on a live system\n\n\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## \u003c!--Versioning--\u003e\n\n\u003c!--We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/nasatome/docker-network-utils/tags).--\u003e \n\n## Authors\n\n* **[nasatome](https://github.com/nasatome)** - *Initial work* \n\nSee also the list of [contributors](https://github.com/nasatome/docker-network-utils/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n## Acknowledgments\n\n* Suppose there are 4 types of deployment strategies\n\n  1. Service per instance\n  2. Multiple services per instance\n  3. Service per container\n  4. Serverless Service\n\n  This Project is perfect in union with the other modules, for the second case, where in an economic way you can mount multiple microservices in the same host, making your projects very economic and future scalable.\n\n* Inspiration: For people who have little knowledge to use micro services with docker, this can be an excellent getting started guide.\n\n  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnasatome%2Fdocker-network-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnasatome%2Fdocker-network-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnasatome%2Fdocker-network-utils/lists"}