From 0573bbc58a1686a6611a3e4d61756f98be5e6e6b Mon Sep 17 00:00:00 2001 From: zhushaolong <15210900722@163.com> Date: Wed, 13 Nov 2019 14:16:47 +0800 Subject: [PATCH] update document for workspace supervisor --- DOCUMENTATION/content/documentation/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DOCUMENTATION/content/documentation/index.md b/DOCUMENTATION/content/documentation/index.md index a8bdcb86..75ef625b 100644 --- a/DOCUMENTATION/content/documentation/index.md +++ b/DOCUMENTATION/content/documentation/index.md @@ -1879,7 +1879,9 @@ To install Supervisor in the Workspace container 2 - Set `WORKSPACE_INSTALL_SUPERVISOR` and `WORKSPACE_INSTALL_PYTHON` to `true`. -3 - Re-build the container `docker-compose build workspace` Or `docker-composer up --build -d workspace` +3 - Create supervisor configuration file (for ex., named `laravel-worker.conf`) for Laravel Queue Worker in `php-worker/supervisord.d/` by simply copy from `laravel-worker.conf.example` + +4 - Re-build the container `docker-compose build workspace` Or `docker-composer up --build -d workspace`