File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ services:
6464 context : ./front-end
6565 dockerfile : Dockerfile
6666 ports :
67- - " 8084 :8084"
67+ - " 80 :8084"
6868 environment :
6969 - VUE_APP_SEARCH_API_JAVA=http://rest-java:8085
7070 - VUE_APP_SEARCH_API_NODE=http://rest-node:8086
Original file line number Diff line number Diff line change 11import axios from "axios" ;
22
3- const javaRestApiServer = ( process . env . VUE_APP_SEARCH_API_JAVA || "http://localhost :8085" ) ;
4- const nodeRestApiServer = ( process . env . VUE_APP_SEARCH_API_NODE || "http://localhost :8086" ) ;
5- const pythonRestApiServer = ( process . env . VUE_APP_SEARCH_API_PYTHON || "http://localhost :8087" ) ;
3+ const javaRestApiServer = ( process . env . VUE_APP_SEARCH_API_JAVA || "http://34.71.52.16 :8085" ) ;
4+ const nodeRestApiServer = ( process . env . VUE_APP_SEARCH_API_NODE || "http://34.71.52.16 :8086" ) ;
5+ const pythonRestApiServer = ( process . env . VUE_APP_SEARCH_API_PYTHON || "http://34.71.52.16 :8087" ) ;
66
77
88export const SearchClient = {
You can’t perform that action at this time.
0 commit comments