{"id":14965512,"url":"https://github.com/dockette/web","last_synced_at":"2025-05-07T09:44:38.232Z","repository":{"id":19825289,"uuid":"88016713","full_name":"dockette/web","owner":"dockette","description":":whale: Dockette full modern web container (Nginx / PHP+FPM / Supervisor / Cron) all-in-one.","archived":false,"fork":false,"pushed_at":"2025-04-29T11:58:50.000Z","size":633,"stargazers_count":44,"open_issues_count":0,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-29T12:52:54.325Z","etag":null,"topics":["cron","docker","laravel","nette","nginx","php","php7","php8","supervisor","symfony","website"],"latest_commit_sha":null,"homepage":"","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/dockette.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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},"funding":{"github":["f3l1x"]}},"created_at":"2017-04-12T06:18:17.000Z","updated_at":"2025-04-29T11:58:54.000Z","dependencies_parsed_at":"2024-07-16T20:13:34.696Z","dependency_job_id":"6920cda8-c54a-4ac5-bdae-66fdbcaa46cd","html_url":"https://github.com/dockette/web","commit_stats":{"total_commits":44,"total_committers":5,"mean_commits":8.8,"dds":"0.11363636363636365","last_synced_commit":"4482eaf9c5b85a74d96a9fbbc27e20562d0b3761"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockette%2Fweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockette%2Fweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockette%2Fweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockette%2Fweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dockette","download_url":"https://codeload.github.com/dockette/web/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252853329,"owners_count":21814509,"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":["cron","docker","laravel","nette","nginx","php","php7","php8","supervisor","symfony","website"],"created_at":"2024-09-24T13:34:51.259Z","updated_at":"2025-05-07T09:44:38.227Z","avatar_url":"https://github.com/dockette.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/f3l1x"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=center\u003eDockette / Web\u003c/h1\u003e\n\n\u003cp align=center\u003e\n   🐳 Ready-to-use docker images for websites (nginx, PHP 7.0/7.1/7.2/7.3/7.4/8.0/8.1/8.2/8.3/8.4 + FPM, supervisor, cron).\n\u003c/p\u003e\n\n\u003cp align=center\u003e\n🕹 \u003ca href=\"https://f3l1x.io\"\u003ef3l1x.io\u003c/a\u003e | 💻 \u003ca href=\"https://github.com/f3l1x\"\u003ef3l1x\u003c/a\u003e | 🐦 \u003ca href=\"https://twitter.com/xf3l1x\"\u003e@xf3l1x\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=center\u003e\n  \u003ca href=\"https://hub.docker.com/r/dockette/web/\"\u003e\u003cimg src=\"https://badgen.net/docker/pulls/dockette/web\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://bit.ly/ctteg\"\u003e\u003cimg src=\"https://badgen.net/badge/support/gitter/cyan\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/sponsors/f3l1x\"\u003e\u003cimg src=\"https://badgen.net/badge/sponsor/donations/F96854\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n![](https://github.com/dockette/web/blob/master/screenshot.png \"It works\")\n\n## Overview\n\nThis project provides ready-to-use Docker images for web development and deployment. These images are built with a focus on PHP applications, offering a complete environment with Nginx, PHP-FPM, Supervisor, and Cron capabilities.\n\n### Key Features\n\n- **Multiple PHP Versions**: Support for PHP 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, and 8.4\n- **Nginx Web Server**: Pre-configured with sensible defaults for PHP applications\n- **PHP-FPM**: Optimized for performance with common extensions installed\n- **Supervisor**: Process control system to manage services\n- **Cron Support**: Schedule and run periodic tasks\n- **Debian-based**: All images are built on Debian Bookworm for stability\n- **Customizable**: Easy configuration through volume mounts\n- **Production-Ready**: Optimized for both development and production environments\n\n## Usage\n\n| Image                 | Distro   | PHP |\n|-----------------------|----------|-----|\n| `dockette/web:php-84` | Bookworm | 8.4 |\n| `dockette/web:php-83` | Bookworm | 8.3 |\n| `dockette/web:php-82` | Bookworm | 8.2 |\n| `dockette/web:php-81` | Bookworm | 8.1 |\n| `dockette/web:php-80` | Bookworm | 8.0 |\n| `dockette/web:php-74` | Bookworm | 7.4 |\n| `dockette/web:php-73` | Bookworm | 7.3 |\n| `dockette/web:php-72` | Bookworm | 7.2 |\n| `dockette/web:php-71` | Bookworm | 7.1 |\n| `dockette/web:php-70` | Bookworm | 7.0 |\n\nYou can easily start your Docker container with following command.\n\n```\ndocker run \\\n\t-it \\\n\t--rm \\\n\t--name www \\\n\t-p 80:80 \\\n\tdockette/web:php-84\n```\n\n### Custom Nginx config\n\nTo customize Nginx config just bind new config to the path `/etc/nginx/sites.d/site.conf`, for example,\nin such way:\n\n```\ndocker run \\\n\t-it \\\n\t--rm \\\n\t--name www \\\n\t-v my-lovely-nginx.conf:/etc/nginx/sites.d/site.conf \\\n\t-p 80:80 \\\n\tdockette/web:php-84\n```\n\n### Run cron tasks\n\nYou could also run cron tasks, just simply bind your `crontab` to `/etc/cron.d/app`, for example,\nin such way:\n\n```\ndocker run \\\n\t-it \\\n\t--rm \\\n\t--name www \\\n\t-v my-crontab:/etc/cron.d/app \\\n\t-p 80:80 \\\n\tdockette/web:php-84\n```\n\nPlease note, this crontab should has a little bit different format.\nThere is also username, for example:\n\n```\n57 19 * * *   www-data    my_command\n```\n\n## Maintainers\n\n\u003ca href=\"https://github.com/f3l1x\"\u003e\n    \u003cimg width=\"80\" height=\"80\" src=\"https://avatars2.githubusercontent.com/u/538058?v=3\u0026s=80\"\u003e\n\u003c/a\u003e\n\n-----\n\nConsider to [support](https://bit.ly/f3l1xsponsor) **f3l1x**. Also thank you for using this package.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdockette%2Fweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdockette%2Fweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdockette%2Fweb/lists"}