Front nginx server that handles the following roles:
docker build . -t hub.ops.ikats.org/gui:latest
The following variables must be set:
HOST: server name to reach the GUITOMCAT_ADDR: datamodel endpoint ip/nameTOMCAT_PORT: datamodel endpoint portGUNICORN_ADDR: pybase endpoint ip/nameGUNICORN_PORT: pybase endpoint portTOMEE_ADDR: ingestion endpoint ip/nameTOMEE_PORT: ingestion endpoint portOPENTSDB_ADDR: timeseries database endpoint ip/nameOPENTSDB_PORT: timeseries database endpoint portdocker run -it -d \
-e "HOST=${HOST}" \
-e "TOMCAT_ADDR=${TOMCAT_ADDR}" \
-e "TOMCAT_PORT=${TOMCAT_PORT}" \
-e "GUNICORN_ADDR=${GUNICORN_ADDR}" \
-e "GUNICORN_PORT=${GUNICORN_PORT}" \
-e "TOMEE_ADDR=${TOMEE_ADDR}" \
-e "TOMEE_PORT=${TOMEE_PORT}" \
-e "OPENTSDB_ADDR=${OPENTSDB_ADDR}" \
-e "OPENTSDB_PORT=${OPENTSDB_PORT}" \
hub.ops.ikats.org/gui:latest
Content type
Image
Digest
Size
7.4 MB
Last updated
over 7 years ago
docker pull ikats/gui