Skip to content
Snippets Groups Projects
Commit 1fa1693f authored by Tony Tu's avatar Tony Tu
Browse files

Update docker-compose.yml

parent 6686ee78
No related branches found
No related tags found
1 merge request!38Mac os update
......@@ -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
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