go-task
- Docker
Before installation create a .task.env file with the following line:
TASK_DOCKER_COMPOSE=itkdev-docker-compose
Either run the full build & installation from scratch og do it step by step
task build-from-scratch
task dist:build
task start-docker
task install
task fetch-modules
task install-modules
Add WORK_QUEUES variable to .env.docker.local
To get the correct value run
itkdev-docker-compose exec phpfpm php artisan schedule:run
The value after: usr/bin/php8.2' 'artisan' queue:work --queue=...
is the WORK_QUEUES value we are looking for.
Something similar to :
WORK_QUEUES="emails,default,..."