Expose supervisor to python clients

This commit is contained in:
Bálint Bokros
2018-01-10 16:31:36 +01:00
parent af3de243df
commit 3e14b000b1
3 changed files with 7 additions and 0 deletions

View File

@ -34,6 +34,7 @@ ENV PYTHONPATH=${TFW_LIB_DIR}
COPY lib $TFW_LIB_DIR
ENV TFW_SUPERVISORD_CONF="/etc/supervisor/supervisord.conf"
ENV TFW_SUPERVISOR_HTTP_PORT=9001
COPY supervisord.conf ${TFW_SUPERVISORD_CONF}
ENV WEB_PORT=4242