diff options
| author | Vainsocial root <root@vainsocial> | 2017-03-08 19:27:11 +0000 |
|---|---|---|
| committer | Vainsocial root <root@vainsocial> | 2017-03-08 19:27:11 +0000 |
| commit | af16b915977d80764fb502711ecd0653485ede4d (patch) | |
| tree | aee20d133f9c46be6bf6f983d882775e37b92738 /supervisord.conf | |
| parent | 863f6ec4ab7a95e24dddfa4ac9bb9ee6c6ac99f6 (diff) | |
| download | meta-af16b915977d80764fb502711ecd0653485ede4d.tar.gz meta-af16b915977d80764fb502711ecd0653485ede4d.zip | |
updated to r1.0.0
Diffstat (limited to 'supervisord.conf')
| -rw-r--r-- | supervisord.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/supervisord.conf b/supervisord.conf index 408b4c5..6dcdb4f 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -15,6 +15,20 @@ environment= POSTGRESQL_PASSWORD= +[program:vainsocial-spider] +user=vainsocial +command=/vainsocial/spider/venv/bin/python /vainsocial/spider/api.py +redirect_stderr=true +stdout_logfile=/vainsocial/logs/spider.log +environment= + VAINSOCIAL_APITOKEN=, + POSTGRESQL_HOST=, + POSTGRESQL_PORT=5433, + POSTGRESQL_DB=vain_raw, + POSTGRESQL_USER=vainraw, + POSTGRESQL_PASSWORD= + + [program:vainsocial-processor] user=vainsocial command=/vainsocial/processor/venv/bin/python /vainsocial/processor/api.py |
