An open API service indexing awesome lists of open source software.

https://github.com/digital-entropy/dokar-php

Opinionated PHP Docker Image for Laravel Developers
https://github.com/digital-entropy/dokar-php

docker hacktoberfest php-nginx

Last synced: 6 months ago
JSON representation

Opinionated PHP Docker Image for Laravel Developers

Awesome Lists containing this project

README

          

DOKAR PHP
---

PHP 8.5 of dokar-php

### There are 4 flavors in this image

| Flavor | Description | Usage |
| --- | --- | --- |
| Only CLI | Provide only php-cli. This image can be useful to run such as `laravel-horizon, laravel-websocket, tinker`. | `docker pull ghcr.io/digital-entropy/dokar-php/cli:8.5` |
| Only PHP-FPM | Provide php-fpm from php-cli. This image listen on `fastcgi 0.0.0.0:9008`. | `docker pull ghcr.io/digital-entropy/dokar-php/fpm:8.5` |
| With Nginx | Production ready php image that use nginx as web server. This image will serve `/var/www/public` directory. | `docker pull ghcr.io/digital-entropy/dokar-php/nginx:8.5` |
Octane | Crafted for running octane with `swoole` driver. use `DOCKER_WORKERS=` env to define specific worker you need.| `docker pull ghcr.io/digital-entropy/dokar-php/octane:8.5`

> Dokar PHP by default is using Ubuntu image, but we also provide Alpine image.
> You can add `-slim` in tag to use Alpine based image. e.g., `docker pull ghcr.io/digital-entropy/dokar-php/octane:8.5-slim`