CERTDIR=./certificates
INIDIR=./versions
PRTGDIR=./prtg_data
ZABBIXDIR=./zabbix-agent
WEBNGINXDIR=./web-nginx-customconf
SWAMP_REST_LOGS=/var/log/dm90/
KOALA_LOGS=/var/log/koa/
SETTINGSFILE=./settings
TUNSTALL_USER=1000
TUNSTALL_GROUP=1000
DM90INAME=
AlarmServerTCPandUDP=192.168.1.42
secondIPnumber=192.168.1.43

# Define the ip range that the internal docker subnet will use.
# Only enter first 3 bytes and the system will automatically add the last byte.
DOCKER_INTERNAL_IP_RANGE=169.254.1

# The Host systems IP adress as exposed to the docker sub system
DOCKER_HOST_IP=169.254.0.1

# The docker registry URL can not be empty, even if building locally.
# The reason is that Docker-compose can not tolerate / as the first letter in the image name.
# Exsample DOCKER_REGISTRY=ihcpregistry.azurecr.io
DOCKER_REGISTRY=ihcpregistry.azurecr.io

# The branch name can not be empty, even if building locally.
# The reason is that Docker-compose can not tolerate a . in front of the version separator :.
# Exsample AlarmServer_Database_branch=master
# The version can not be empty, even if building locally.
# The reason is that Docker-compose can not tolerate a : in front of a empty VERSION tag.
# Example IMG_DATABASE_VERSION=1.0.152


AlarmServer_Database_branch=master
IMG_DATABASE_VERSION=1.0.152

AlarmServer_Asterisk_builder_branch=master
IMG_ASTERISK_VERSION=1.0.36

AlarmServer_Swamp_branch=master
IMG_SWAMP_VERSION=1.0.280

AlarmServer_Web_branch=master
IMG_WEB_PHP_VERSION=1.0.105
IMG_WEB_NGINX_VERSION=1.0.105

AlarmServer_Koala_branch=master
IMG_KOALA_NODEJS_VERSION=1.0.43
IMG_KOALA_NGINX_VERSION=1.0.43

AlarmServer_mqttclient_branch=master
IMG_MQTTCLIENT_VERSION=1.0.15
MQTT_BROKER_PASSWORD=DMmtqq90?!
MQTT_BROKER_USERNAME=eve

AlarmServer_SupervisionAlerts_branch=master
IMG_SUPERVISIONALERTS_VERSION=1.0.10

AlarmServer_Austco_branch=main
IMG_AUSTCO_VERSION=1.0.3

AlarmServer_Zabbix_branch=main
IMG_ZABBIX_VERSION=1.0.52

AlarmServer_Mosquitto_branch=main
IMG_MOSQUITTO_VERSION=1.0.10

AlarmServer_Analyzerengine_branch=main
IMG_ANALYZERENGINE_VERSION=1.0.27

AlarmServer_Analyzerfrontend_branch=main
IMG_ANALYZERFRONTEND_VERSION=1.0.6

AlarmServer_Postgres_branch=main
IMG_POSTGRES_VERSION=1.0.2

# --------- External Images ---------
IMG_DOZZLE_VERSION=6.6.2
IMG_PRTG_VERSION=1.0.2

# MQTT POM 
IMG_POSITIONMAPPER_VERSION=1.0.1097
