Feature: Syncing composer .env.example and docker-compose.dev.yml from starter

This commit is contained in:
2026-07-09 01:09:44 +03:00
parent cbad03bf8f
commit a2caa43bc9
5 changed files with 152 additions and 73 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