{"id":27615615,"url":"https://github.com/aanttrax/nginx-taskapp","last_synced_at":"2025-04-23T03:56:50.218Z","repository":{"id":289003024,"uuid":"969793031","full_name":"Aanttrax/nginx-taskApp","owner":"Aanttrax","description":"Nginx configurations used in the project-1.0.0 to route and serve HTTP traffic in multi-service environments (frontend and API). It is designed to be used in Docker environments with docker-compose, facilitating microservice integration through dedicated configuration files.","archived":false,"fork":false,"pushed_at":"2025-04-21T00:38:24.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T03:56:45.761Z","etag":null,"topics":["nginx","nginx-configuration","nginx-server"],"latest_commit_sha":null,"homepage":"","language":null,"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/Aanttrax.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,"zenodo":null}},"created_at":"2025-04-20T23:58:38.000Z","updated_at":"2025-04-21T00:38:28.000Z","dependencies_parsed_at":"2025-04-21T01:40:37.272Z","dependency_job_id":"ab4c8c4f-e873-464d-bcb1-5b7ac8e527ea","html_url":"https://github.com/Aanttrax/nginx-taskApp","commit_stats":null,"previous_names":["aanttrax/nginx-taskapp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aanttrax%2Fnginx-taskApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aanttrax%2Fnginx-taskApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aanttrax%2Fnginx-taskApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aanttrax%2Fnginx-taskApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aanttrax","download_url":"https://codeload.github.com/Aanttrax/nginx-taskApp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250366715,"owners_count":21418769,"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":["nginx","nginx-configuration","nginx-server"],"created_at":"2025-04-23T03:56:49.590Z","updated_at":"2025-04-23T03:56:50.207Z","avatar_url":"https://github.com/Aanttrax.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧩 NGINX Configs – project-1.0.0\n\nThis repository contains custom configuration files for an NGINX server that is part of the Docker environment for the `project-1.0.0`. It is designed to route traffic properly to frontend and backend (API) services within a container network.\n\n---\n\n## 📁 Included Files\n\n```\nnginx/\n├── frontend.conf   # Configuration to route requests to the frontend\n└── api.conf        # Configuration to route requests to the API (orchestrator)\n```\n\n---\n\n## 🔧 Usage\n\nThese configurations are meant to be mounted into the NGINX container as volumes in a Docker Compose setup. Example:\n\n```yaml\nservices:\n  nginx:\n    image: nginx:alpine\n    container_name: nginx-project-1.0.0\n    volumes:\n      - ./nginx/frontend.conf:/etc/nginx/conf.d/frontend.conf\n      - ./nginx/api.conf:/etc/nginx/conf.d/api.conf\n    ports:\n      - \"80:80\"\n    networks:\n      - network-project-1.0.0\n```\n\n---\n\n## 🧠 Requirements\n\n- Docker and Docker Compose installed\n- Internal Docker network (`network-project-1.0.0`)\n- Services referenced in the configs (such as `sur-ticket` or `orchestrator`) must be defined in `docker-compose.yml`\n\n---\n\n## 📌 Notes\n\n- If using relative paths, run `docker-compose` from the root of the project.\n- Use `resolver 127.0.0.11` if resolving services inside the Docker network.\n\n---\n\n## 🛠 Author\n\nThis repository is maintained as part of the service ecosystem for the `project-1.0.0`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faanttrax%2Fnginx-taskapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faanttrax%2Fnginx-taskapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faanttrax%2Fnginx-taskapp/lists"}