generated from boboko/starter
Feature: Syncing composer .env.example and docker-compose.dev.yml from starter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user