Releases: xalaida/laravel-nuxt-docker
Releases · xalaida/laravel-nuxt-docker
0.10.0
- Traefik
- Multi-stage builds
- Compose V2
0.9
- Added php-fpm stub
- Added nuxt 2 stub
- Some improvements & fixes
0.8
- Add prod build
- Add gateway submodule
0.7
- Migrate proxy to native docker network
- Split into separate
docker-compose.yml
files
- Upgrade to Nuxt 3
- Migrate PHP-FPM to Octane
0.6
- Fix container permissions
- Update node version to latest LTS
0.5
- Migrated to PHP 8
- Removed framework apps from repository
0.2
Added
Removed
node-cli
and php-cli
containers to speed up build process
Changed
- All CLI commands are handled by
php
and node
containers instead of php-cli
and node-cli