46 lines
1.9 KiB
YAML
46 lines
1.9 KiB
YAML
|
|
networks:
|
||
|
|
nscale:
|
||
|
|
|
||
|
|
services:
|
||
|
|
erp-proxy:
|
||
|
|
image: ceyoniq.azurecr.io/release/nscale/sap-proxy-connector:ubi.9.2.1500.2024090301
|
||
|
|
volumes:
|
||
|
|
- ./license.xml:/opt/ceyoniq/nscale-for-sap/sap-proxy/conf/license.xml:ro
|
||
|
|
- ./dsaKeystore.ks:/opt/ceyoniq/nscale-for-sap/sap-proxy/bin/dsaKeystore.ks:rw
|
||
|
|
- ./log4j2_stdout.xml:/opt/ceyoniq/nscale-for-sap/sap-proxy/temp/tomcat.8097/conf/log4j2.xml:ro
|
||
|
|
- ./log4j2_stdout.xml:/opt/ceyoniq/nscale-for-sap/sap-proxy/conf/log4j2.xml:ro
|
||
|
|
- ./sap_proxy:/opt/ceyoniq/nscale-for-sap/sap-proxy/temp/tomcat.8097/work/nscaleSapProxy/localhost/sap_proxy:rw
|
||
|
|
environment:
|
||
|
|
# target system
|
||
|
|
- SAPPROXY_XSAP_SERVER=10.1.150.133
|
||
|
|
- SAPPROXY_XSAP_PORT=8080
|
||
|
|
- SAPPROXY_XSAP_URL=nscalealinst1/xsap/cs/xsap
|
||
|
|
- SAPPROXY_XSAP_USE_SIGN=false
|
||
|
|
- SAPPROXY_XSAP_USE_SSL=false
|
||
|
|
# source system
|
||
|
|
- SAPPROXY_ALIEN_SERVER=10.1.150.133
|
||
|
|
- SAPPROXY_ALIEN_PORT=8082
|
||
|
|
- SAPPROXY_ALIEN_URL=ctsapcs/ContentService
|
||
|
|
- SAPPROXY_ALIEN_USE_SIGN=false
|
||
|
|
- SAPPROXY_ALIEN_USE_SSL=false
|
||
|
|
- SAPPROXY_ALIEN_DO_APPEND=false
|
||
|
|
# signature check
|
||
|
|
- SAPPROXY_SIGN_KEY_ALIAS=sap_proxy
|
||
|
|
- SAPPROXY_SIGN_KEY_PASSWORD=drowssap
|
||
|
|
- SAPPROXY_SIGN_AUTHID=CN\=Test Leerzeichen,OU\=Test
|
||
|
|
# migration
|
||
|
|
- SAPPROXY_MIGRATION_DO_MIGRATION=false
|
||
|
|
- SAPPROXY_MIGRATION_DELAY_SEC=30
|
||
|
|
- SAPPROXY_MIGRATION_DO_LIST_MIGRATION=false
|
||
|
|
- SAPPROXY_MIGRATION_FILE_DELIMITER=_
|
||
|
|
- SAPPROXY_MIGRATION_CHECK_DOCUMENTS=false
|
||
|
|
- SAPPROXY_MIGRATION_CHECK_IGNORETIME=true
|
||
|
|
- SAPPROXY_MIGRATION_VIA_FILESYSTEM=false
|
||
|
|
# servlet path, must only be changed if web.xml is changed accordingly
|
||
|
|
- SAPPROXY_SERVLET_PATH=sap_proxy/ContentService
|
||
|
|
ports:
|
||
|
|
- "8097:8097" # HTTP
|
||
|
|
- "8197:8197" # HTTPS
|
||
|
|
networks:
|
||
|
|
- nscale
|