TA_LOCAL_CONFIG_COUCH_IMAGE=icr.io/appcafe/transformation-advisor-db:4.4.0
TA_LOCAL_CONFIG_SERVER_IMAGE=icr.io/appcafe/transformation-advisor-server:4.4.0
TA_LOCAL_CONFIG_UI_IMAGE=icr.io/appcafe/transformation-advisor-ui:4.4.0
TA_LOCAL_CONFIG_NEO4J_IMAGE=icr.io/appcafe/transformation-advisor-neo4j:4.4.0


##### Port Forwarding 
#set TA_LOCAL_ROUTE_HOST to true if port forwarding is disabled and need to route via the host 
#https not supported for this scenario, you need to change 
#TA_EXTERNAL_PORT_SERVER to be 9080
#comment out TA_EXTERNAL_UI_PORT=443
#enable TA_EXTERNAL_UI_PORT=3000
#also update the .security_config file to disable https and enable http
TA_LOCAL_ROUTE_HOST=false

TA_EXTERNAL_PORT_SERVER=2220

# Https
TA_EXTERNAL_UI_PORT=443

# # Http
# TA_EXTERNAL_UI_PORT=3000

# Podman resources
#Default to true to use resources - leaving this as configurable to skip resources if they cause an issue
RESOURCES=false

TA_LOCAL_CONFIG_SERVER_CPU=4
TA_LOCAL_CONFIG_SERVER_MEMORY=8g

TA_LOCAL_CONFIG_COUCH_CPU=4
TA_LOCAL_CONFIG_COUCH_MEMORY=8g

TA_LOCAL_CONFIG_UI_CPU=4
TA_LOCAL_CONFIG_UI_MEMORY=4g

TA_LOCAL_CONFIG_NEO4J_CPU=4
TA_LOCAL_CONFIG_NEO4J_MEMORY=8g
