chore: clean up stale root files, minor doc edits

This commit is contained in:
Fabian @ Blax Software 2026-04-15 10:12:08 +02:00
parent 34a26f3641
commit 99eec4efbb
2 changed files with 45 additions and 45 deletions

View File

@ -11,7 +11,7 @@ Built for PHP 7.4 through 8.5, covering Laravel 9 13.
### By PHP version
| Tag | PHP | Suitable for Laravel |
|-----|-----|----------------------|
|-------------------------------|-----|----------------------|
| `blaxsoftware/laravel:php7.4` | 7.4 | Legacy (< 9) |
| `blaxsoftware/laravel:php8.0` | 8.0 | 9 |
| `blaxsoftware/laravel:php8.1` | 8.1 | 9, 10 |
@ -24,7 +24,7 @@ Built for PHP 7.4 through 8.5, covering Laravel 9 13.
### By Laravel version (recommended PHP)
| Tag | Points to |
|-----|-----------|
|----------------------------------|-----------|
| `blaxsoftware/laravel:laravel9` | php8.1 |
| `blaxsoftware/laravel:laravel10` | php8.3 |
| `blaxsoftware/laravel:laravel11` | php8.4 |
@ -109,14 +109,14 @@ services:
## Build Args
| Arg | Default | Description |
|-----|---------|-------------|
|---------------|---------|------------------------------|
| `PHP_VERSION` | `8.4` | PHP version (7.4, 8.0 8.5) |
| `NODE_MAJOR` | `22` | Node.js major version |
## Runtime Environment Variables
| Variable | Default | Description |
|----------|---------|-------------|
|------------------------|---------|-----------------------------------------------------------|
| `ENABLE_QUEUE` | `false` | Start `artisan queue:work` via supervisor |
| `ENABLE_SCHEDULER` | `false` | Start `artisan schedule:work` via supervisor |
| `ENABLE_HORIZON` | `false` | Start `artisan horizon` via supervisor |
@ -152,7 +152,7 @@ Optional supervisor configs are generated at runtime in `/etc/supervisor/laravel
Every supervisor program lives in its own `.conf` file across three include directories:
| Directory | Purpose | How to customize |
|-----------|---------|------------------|
|------------------------------|---------------------------------------------------------------------|--------------------------------------------------|
| `/etc/supervisor/conf.d/` | Core services (php-fpm, nginx) | Mount a replacement file to override |
| `/etc/supervisor/laravel.d/` | Queue, scheduler, horizon (auto-generated from `ENABLE_*` env vars) | Use env vars, or disable them and mount your own |
| `/etc/supervisor/custom.d/` | Empty — for your own programs | Mount a directory or individual files |

View File

@ -195,7 +195,7 @@ services:
## plug-n-pray.sh Options
| Flag | Default | Description |
|------|---------|-------------|
|------------------|------------------------|----------------------------------------------------------|
| `--php=VERSION` | `8.4` | PHP version |
| `--name=NAME` | directory name | Project name (used for container names & Traefik router) |
| `--host=HOST` | `NAME.localhost` | Traefik hostname |