Hotfix: Correcting composer.lock and docker-compose.dev.yml

This commit is contained in:
2026-07-09 01:11:37 +03:00
parent 1ecbbc4a42
commit 7fdeabf93f
2 changed files with 124 additions and 53 deletions
+2
View File
@@ -45,6 +45,7 @@ services:
queue:
image: boboko-app
restart: unless-stopped
command: php artisan queue:work --tries=3 --max-jobs=500 --memory=256
env_file: .env
environment:
@@ -67,6 +68,7 @@ services:
profiles: [full]
image: boboko-app
command: php artisan schedule:work
restart: unless-stopped
env_file: .env
environment:
APP_ENV: local