Moved local setup to octane with swoole

This commit is contained in:
Constantin Graf
2024-06-10 19:21:05 +02:00
committed by Constantin Graf
parent bd9cede081
commit e4c1363193

View File

@@ -28,6 +28,7 @@ services:
extra_hosts:
- 'host.docker.internal:host-gateway'
environment:
SUPERVISOR_PHP_COMMAND: "/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan octane:start --server=swoole --watch --host=0.0.0.0 --port=80"
WWWUSER: '${WWWUSER}'
LARAVEL_SAIL: 1
XDEBUG_MODE: '${SAIL_XDEBUG_MODE:-off}'