Make Share use proxy server.
This commit is contained in:
		@@ -79,11 +79,7 @@ services:
 | 
			
		||||
      APP_BROKER_AUTHTOKEN: ${CCP_SEARCHBROKER_PASSWORD}
 | 
			
		||||
      APP_STORE_BASEURL: "http://bridgehead-ccp-blaze:8080/fhir"
 | 
			
		||||
      SPRING_DATASOURCE_URL: "jdbc:postgresql://bridgehead-ccp-share-db:5432/dktk-fed-search-share"
 | 
			
		||||
      JAVA_TOOL_OPTIONS: "-Xmx1g"
 | 
			
		||||
      http_proxy: "http://bridgehead-forward-proxy:3128"
 | 
			
		||||
      https_proxy: "http://bridgehead-forward-proxy:3128"
 | 
			
		||||
      HTTP_PROXY: "http://bridgehead-forward-proxy:3128"
 | 
			
		||||
      HTTPS_PROXY: "http://bridgehead-forward-proxy:3128"
 | 
			
		||||
      JAVA_TOOL_OPTIONS: -Xmx1g -Dhttp.proxyHost=bridgehead-forward-proxy -Dhttp.proxyPort=3128 -Dhttps.proxyHost=bridgehead-forward-proxy -Dhttps.proxyPort=3128 -Dhttp.noProxyHosts="bridgehead-*"
 | 
			
		||||
    depends_on:
 | 
			
		||||
    - ccp-search-share-db
 | 
			
		||||
    - blaze
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user