Start installation guide in the docs
This commit is contained in:
parent
1f6d6c5477
commit
51f920bc4d
6 changed files with 157 additions and 7 deletions
|
@ -5,13 +5,13 @@ socket=tcp://localhost:8000
|
|||
command=%(ENV_VENV_DIR)s/bin/uvicorn app.main:app --no-server-header --fd 0
|
||||
numprocs=2
|
||||
process_name=uvicorn-%(process_num)d
|
||||
stdout_logfile=/dev/stdout
|
||||
stderr_logfile=/dev/stdout
|
||||
redirect_stderr=true
|
||||
stdout_logfile=uvicorn.log
|
||||
stdout_logfile_maxbytes=0
|
||||
|
||||
[program:worker]
|
||||
command=%(ENV_VENV_DIR)s/bin/inv process-outgoing-activities
|
||||
numproc=1
|
||||
stdout_logfile=/dev/stdout
|
||||
stderr_logfile=/dev/stdout
|
||||
redirect_stderr=true
|
||||
stdout_logfile=worker.log
|
||||
stdout_logfile_maxbytes=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue