{"id":21542395,"url":"https://github.com/kool-dev/docker-nginx","last_synced_at":"2025-04-10T04:25:06.605Z","repository":{"id":38289275,"uuid":"277918914","full_name":"kool-dev/docker-nginx","owner":"kool-dev","description":"Docker Images for NGINX","archived":false,"fork":false,"pushed_at":"2024-06-12T23:34:25.000Z","size":71,"stargazers_count":6,"open_issues_count":5,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-24T05:43:43.363Z","etag":null,"topics":["docker","hacktoberfest","kool","kool-dev","kooldev","nginx","php"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/kooldev/nginx","language":"Dockerfile","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/kool-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2020-07-07T20:47:18.000Z","updated_at":"2024-03-09T17:11:39.000Z","dependencies_parsed_at":"2024-03-09T18:26:12.308Z","dependency_job_id":"9a59e76b-64a3-4b6c-810c-c82e32de9f95","html_url":"https://github.com/kool-dev/docker-nginx","commit_stats":{"total_commits":33,"total_committers":5,"mean_commits":6.6,"dds":0.696969696969697,"last_synced_commit":"aad08ae6f1dc6c7ee3f4e98689c3034cb031eb3f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kool-dev%2Fdocker-nginx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kool-dev%2Fdocker-nginx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kool-dev%2Fdocker-nginx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kool-dev%2Fdocker-nginx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kool-dev","download_url":"https://codeload.github.com/kool-dev/docker-nginx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248156120,"owners_count":21056774,"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","hacktoberfest","kool","kool-dev","kooldev","nginx","php"],"created_at":"2024-11-24T05:09:28.796Z","updated_at":"2025-04-10T04:25:06.584Z","avatar_url":"https://github.com/kool-dev.png","language":"Dockerfile","readme":"![CI/CD](https://github.com/kool-dev/docker-nginx/workflows/CI/CD/badge.svg)\n\n## Description\n\nMinimal [NGINX](https://www.nginx.com/) Docker images. It's use is intended for [kool.dev](https://github.com/kool-dev/kool), but can fit in any other NGINX use-case.\n\n## Available Tags\n\n- [php](https://github.com/kool-dev/docker-nginx/blob/master/php/Dockerfile)\n- [static](https://github.com/kool-dev/docker-nginx/blob/master/static/Dockerfile)\n\n## Environment Variables\n\nVariable | Default Value | Description\n--- | --- | ---\n**LISTEN** | `80` | Changes the PORT address\n**ROOT** | `/app/public` | Changes NGINX root directive\n**CLIENT_MAX_BODY_SIZE** | `25M` | Changes maximum allowed size of the client request body\n**PHP_FPM** | `app:9000` | Changes the address of a FastCGI server\n**FASTCGI_READ_TIMEOUT** | `60s` | Changes a timeout for reading a response from the FastCGI server\n**FASTCGI_BUFFERS** | `8 8k` | Changes the number and size of the buffers used for reading a response\n**FASTCGI_BUFFER_SIZE** | `16k` | Changes the size of the buffer used for reading the first part of the response received\n\n### php\nVariable | Default Value | Description\n--- | --- | ---\n**INDEX** | `index.php` | Changes the index directive\n\n### static\nVariable | Default Value | Description\n--- | --- | ---\n**INDEX** | `index.html` | Changes the index directive\n\n## Usage\n\nWith `docker run`:\n\n```sh\ndocker run -it --rm kooldev/nginx:php nginx -v\n```\n\nWith environment variables:\n\n```sh\ndocker run -it --rm -e LISTEN=8080 kooldev/nginx:php nginx -v\n```\n\nWith `docker-compose.yml`:\n\n```yaml\napp:\n  image: kooldev/nginx:php\n  environment:\n    LISTEN: \"8080\"\n```\n\n## Contributing\n\n### Dependencies\n\nYou should change `fwd-template.json` and `template` folder.\n\nAfter any changes, we just need to run `kool run template` (you need [kool](https://github.com/kool-dev/kool)) to compile the template and generate all version folder/files.\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkool-dev%2Fdocker-nginx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkool-dev%2Fdocker-nginx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkool-dev%2Fdocker-nginx/lists"}