Skip to content
Snippets Groups Projects
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"