Skip to content
Snippets Groups Projects
Commit 4877ee9e authored by Eric Schoville's avatar Eric Schoville
Browse files

Use .env file for environment variable defaults. Add docker-compose

parent 3b4a63cf
No related branches found
No related tags found
No related merge requests found
agent_token.txt .env
credentials.env
version: "3"
services:
iics-secure-agent:
build: .
image: iics_secure_agent
hostname: "${HOSTNAME}" # Agent name that will show up in the IICS Admin Dashboard
environment: # Values can be set in the .env file
INFORMATICA_USER:
INFORMATICA_PASSWORD:
JSON_LOG: "true"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment