Skip to content

infrasonar/rapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI Release Version

InfraSonar Remote Appliance Manager (RAPP)

Use the appliance manager to install the Remote Appliance Manager (RAPP):

image

Environment variable

Variable Default Description
AGENTCORE_HOST 127.0.0.1 Hostname or Ip address of the AgentCore.
AGENTCORE_PORT 8770 AgentCore RAPP port to connect to.
COMPOSE_FILE /docker/docker-compose.yml Docker compose file.
ENV_FILE /docker/.env Environment file.
CONFIG_FILE /config/infrasonar.yaml File with configuration like credentials.
USE_DEVELOPMENT 0 Use the development environment.
LOG_LEVEL warning Log level (debug, info, warning, error or critical).
LOG_COLORIZED 0 Log using colors (0=disabled, 1=enabled).
LOG_FTM %y%m%d %H:%M:%S Log format prefix.

Docker build

docker build -t rapp . --no-cache