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
*`supervisor_install_method`: [default: `native`]: The way to install supervisor (e.g. `native` (from Ubuntu repo) or `pip`)
18
+
19
+
*`supervisor_pip_python_version_major`[default: `3`]: Python version to install `supervisor` for. Only relevant when using `supervisor_install_method: pip`
20
+
*`supervisor_pip_package_version`[default: `latest`]: Supervisor version to install (e.g. `latest`, `3.3.1`). Only relevant when using `supervisor_install_method: pip`
17
21
18
-
*`supervisor_version`[default: `latest`]: Supervisor version to install (e.g. `latest`, `3.3.1`)
19
22
*`supervisor_unix_http_server_file`[default: `/var/run/supervisor.sock`]: A path to a UNIX domain socket (e.g. `/tmp/supervisord.sock`) on which supervisor will listen for HTTP/XML-RPC requests. `supervisorctl` uses XML-RPC to communicate with supervisord over this port
20
23
*`supervisor_unix_http_server_chmod`[default: `'0700'`]: Change the UNIX permission mode bits of the UNIX domain socket to this value at startup
21
24
*`supervisor_unix_http_server_chown`[optional]: The user and group of `supervisor_unix_http_server_file` file. Use the following format: `user:group`
0 commit comments