mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 14:36:00 -03:30
remove jupyter from supervisor in the dev env
if you use this tool, just run `make jupyter`
This commit is contained in:
@@ -63,14 +63,6 @@ redirect_stderr=true
|
|||||||
stdout_logfile=/dev/fd/1
|
stdout_logfile=/dev/fd/1
|
||||||
stdout_logfile_maxbytes=0
|
stdout_logfile_maxbytes=0
|
||||||
|
|
||||||
[program:awx-jupyter]
|
|
||||||
command = make jupyter
|
|
||||||
autostart = true
|
|
||||||
autorestart = true
|
|
||||||
redirect_stderr=true
|
|
||||||
stdout_logfile=/dev/fd/1
|
|
||||||
stdout_logfile_maxbytes=0
|
|
||||||
|
|
||||||
[group:tower-processes]
|
[group:tower-processes]
|
||||||
programs=awx-dispatcher,awx-receiver,awx-runworker,awx-uwsgi,awx-daphne,awx-nginx
|
programs=awx-dispatcher,awx-receiver,awx-runworker,awx-uwsgi,awx-daphne,awx-nginx
|
||||||
priority=5
|
priority=5
|
||||||
|
|||||||
Reference in New Issue
Block a user