mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 09:35:11 +00:00
Expose supervisor to python clients
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user