Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Informatica Secure Agent
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
interop
iics
Informatica Secure Agent
Commits
1fa1693f
Commit
1fa1693f
authored
4 years ago
by
Tony Tu
Browse files
Options
Downloads
Patches
Plain Diff
Update docker-compose.yml
parent
6686ee78
No related branches found
Branches containing commit
No related tags found
1 merge request
!38
Mac os update
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yml
+5
-4
5 additions, 4 deletions
docker-compose.yml
with
5 additions
and
4 deletions
docker-compose.yml
+
5
−
4
View file @
1fa1693f
...
...
@@ -9,10 +9,11 @@ services:
stop_grace_period
:
8m
# Values can be set in a .env file or passed in at runtime
environment
:
INFORMATICA_USER
:
INFORMATICA_PASSWORD
:
INFORMATICA_USER
:
"
${INFORMATICA_USER}"
INFORMATICA_PASSWORD
:
"
${INFORMATICA_PASSWORD}"
JSON_LOG
:
"
true"
volumes
:
#Delete volumes if you do not require it
volumes
:
-
${CONFIG_DIR}/odbc.ini:/home/agent/.odbc.ini
-
${CONFIG_DIR}/infaagent.ini:${APPS_DIR}/agentcore/conf/infaagent.ini
-
${ODBC_DATABASE_DIR}:/home/agent/databases
...
...
@@ -28,4 +29,4 @@ services:
-
${LOG_DIR}/FileIntegrationService:${APPS_DIR}/FileIntegrationService/logs
-
${LOG_DIR}/MassIngestionRuntime:${APPS_DIR}/MassIngestionRuntime/logs
-
${LOG_DIR}/OpsInsightsDataCollector:${APPS_DIR}/OpsInsightsDataCollector/logs
-
${LOG_DIR}/process-engine:${APPS_DIR}/process-engine/logs
-
${LOG_DIR}/process-engine:${APPS_DIR}/process-engine/logs
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment