You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCUMENTATION/content/documentation/index.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1879,7 +1879,9 @@ To install Supervisor in the Workspace container
1879
1879
1880
1880
2 - Set `WORKSPACE_INSTALL_SUPERVISOR` and `WORKSPACE_INSTALL_PYTHON` to `true`.
1881
1881
1882
-
3 - Re-build the container `docker-compose build workspace` Or `docker-composer up --build -d workspace`
1882
+
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`
1883
+
1884
+
4 - Re-build the container `docker-compose build workspace` Or `docker-composer up --build -d workspace`
0 commit comments