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

Here is the patch, I already deleted volumns

parent fcb52048
No related tags found
No related merge requests found
......@@ -39,6 +39,8 @@ wget
RUN ln -fs /usr/share/zoneinfo/$TZ /etc/localtime \
&& dpkg-reconfigure -f noninteractive tzdata
RUN ln -s /lib/x86_64-linux-gnu/libreadline.so.7.0 /lib/x86_64-linux-gnu/libreadline.so.6
# Snowflake ODBC
RUN wget --no-directories --recursive --level=1 --no-parent --accept 'snowflake-odbc*.deb' https://sfc-repo.snowflakecomputing.com/odbc/linux/latest/index.html && \
dpkg -i snowflake-odbc*.deb && \
......
......@@ -12,21 +12,3 @@ services:
INFORMATICA_USER: "${INFORMATICA_USER}"
INFORMATICA_PASSWORD: "${INFORMATICA_PASSWORD}"
JSON_LOG: "true"
# 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
- ${DRIVERS_DIR}:/${APPS_DIR}/Data_Integration_Server/ext/drivers
- ${LOG_DIR}/agentcore.log:${APPS_DIR}/agentcore.log
- ${LOG_DIR}/infaagent.log:${APPS_DIR}/infaagent.log
- ${LOG_DIR}/consoleAgentManager.log:${APPS_DIR}/consoleAgentManager.log
- ${LOG_DIR}/agentcore:${APPS_DIR}/agentcore/logs
- ${LOG_DIR}/Administrator:${APPS_DIR}/Administrator/logs
- ${LOG_DIR}/CIHProcessor:${APPS_DIR}/CIHProcessor/logs
- ${LOG_DIR}/Common_Integration_Components:${APPS_DIR}/Common_Integration_Components/logs
- ${LOG_DIR}/Data_Integration_Server:${APPS_DIR}/Data_Integration_Server/logs
- ${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
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