Does SpinApp require docker-compose.yml?
No. SpinApp provides a “Full stack, zero Compose” setup without requiring hand-written docker-compose.yml files.
Details
SpinApp “Full stack, zero Compose” wiring for Laravel needs, including app, database, Redis, queue worker, and a web server. The environment is provisioned by SpinApp rather than by you writing your own docker-compose.yml. SpinApp also includes a built-in console to run artisan, npm run dev, and SQL against the provisioned database container.
- SpinApp “Full stack, zero Compose” container setup
- Getting started with SpinApp (download, setup, run containers)