-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env
35 lines (26 loc) · 908 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# This environment file is used by docker-compose.yml
# to configure the images to use when building a sandbox
IKATS_VERSION=Sandbox version 0.13.0
# Ikats App GUI port (https://${GUI_IP}:${GUI_PORT})
GUI_IP=localhost
GUI_PORT=80
# Path to Timeseries (CSV format) to send to/extract from IKATS environment
TSdata=/var/lib/ikats/IKATSDATA
# Corresponding path inside the container
TSdataContainerPath=/ikats/TSdata
# docker image pybase
IMAGE_PYBASE=ikats/pybase:0.9.2
# docker gui builder
IMAGE_GUI_BUILDER=ikats/gui-builder:0.10.2
# docker image base
IMAGE_DATAMODEL=ikats/datamodel:0.9.1
# docker image ingestion
IMAGE_INGESTION=ikats/ingest:0.9.1
# docker image nginx reverse proxy
IMAGE_GUI=ikats/gui:0.11.2
# ikats tools
IMAGE_OP_FETCHER=ikats/operator-fetcher:0.12.0
IMAGE_POSTGRES=postgres:9.5
IMAGE_HBASE=ikats/hbase:0.1.0
IMAGE_OPENTSDB=ikats/opentsdb:0.7.42
IMAGE_SPARK=ikats/spark:0.7.42