Something went wrong on our end
-
Nuwan Rajika Kumarasiri authored
* Add instructions on how to mount various configurations for Secure Agent so those can be re-used. * Updated `README.md` with descriptions on how to mount volumes. * Documented various ports in Secure Agents. * Fixed punctuations.
Nuwan Rajika Kumarasiri authored* Add instructions on how to mount various configurations for Secure Agent so those can be re-used. * Updated `README.md` with descriptions on how to mount volumes. * Documented various ports in Secure Agents. * Fixed punctuations.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
docker-compose.yml 437 B
version: "3"
services:
iics-secure-agent:
build: .
image: iics_secure_agent
hostname: "${HOSTNAME}" # Agent name that will show up in the IICS Admin Dashboard
stop_grace_period: 5m # Takes a long time to shutdown gracefully, otherwise Docker will kill it
environment: # Values can be set in a .env file or passed in at runtime
INFORMATICA_USER:
INFORMATICA_PASSWORD:
JSON_LOG: "true"