PHP 8.2MySqlRedisElasticSearchKibanaAdminerNginxMailPit
.
├── LICENSE
├── README.md
├── docker
│ ├── db ---> database init sql script
│ ├── nginx ---> nginx server config file for new project
│ ├── php ---> edit php versions and packages/extensions
│ └── redis ---> redis local beck up
├── docker-compose.yaml ---> edit volumes, ports, etc.
└── src ---> put your new projects
├── laravel ---> supported framework
It's totally up to you to make replasements
- for example
MySQL->PgSqlorMongoDB - for example
MailPit->MailHog - even to make a clean up to suttesfly your needs.
The change is trivial and is located here
FROM php:8.1-fpm to FROM php:8.2-fpm or FROM php:7.4-fpm