-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
28 lines (21 loc) · 980 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
#####################################################
# InterSystems IRIS Docker Image Builder #
# CONFIG ENV FILE #
# Edit this file according to your requirements #
#####################################################
# Path to IRIS docker image (a docker login prior to executing
# this script is required if Intersytems registry is used)
IRIS_IMAGE="containers.intersystems.com/intersystems/iris-community"
# Tag of the IRIS docker image.
IRIS_IMAGE_TAG="2024.1"
# Path to IRIS webgateway image
WG_IMAGE="containers.intersystems.com/intersystems/webgateway"
# Tag of the IRIS webgateway image
WG_IMAGE_TAG=${IRIS_IMAGE_TAG}
# Webserver port. Avoid using port 80 if you plan to use let's encrypt.
WEBSERVER_PORT=8080
# Port of streamlit web interface
STREAMLIT_PORT=8051
# License key file (place license file at ./volumes/iris). Leave empty if using community edition.
LICENSE_KEY_FILE=""
#LICENSE_KEY_FILE="iris.key"