This commit is contained in:
f4ilji
2024-11-22 14:00:01 +05:00
parent 2ecc35ccb3
commit b26b52bdc0
+1 -1
View File
@@ -32,7 +32,7 @@ services:
volumes:
- ./:/var/www
container_name: ntspi-php-queue
command: php artisan queue:work --tries=3 --timeout=90 # Настройте параметры по необходимости
command: php artisan queue:work --tries=3 --timeout=90 --sleep=3 # Настройте параметры по необходимости
db:
image: mysql:8.0