adds support for laravel and livewire

This commit is contained in:
Jean-Christophe Vanhalle
2024-10-13 00:11:48 +02:00
parent 6e0719ec50
commit 95391a995c
3 changed files with 57 additions and 36 deletions

View File

@@ -40,6 +40,7 @@ services:
- root:/root
- webroot:/var/www/html
- wp-cli-cache:/var/www/.wp-cli
- cache:/var/www/.cache
db:
command: --default-authentication-plugin=mysql_native_password
container_name: ${PREFIX}-db
@@ -80,6 +81,8 @@ services:
version: "3.4"
volumes:
cache:
name: composer-cache
db:
name: ${PREFIX}-db
root: