File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ services:
64
64
context : ./front-end
65
65
dockerfile : Dockerfile
66
66
ports :
67
- - " 8084 :8084"
67
+ - " 80 :8084"
68
68
environment :
69
69
- VUE_APP_SEARCH_API_JAVA=http://rest-java:8085
70
70
- VUE_APP_SEARCH_API_NODE=http://rest-node:8086
Original file line number Diff line number Diff line change 1
1
import axios from "axios" ;
2
2
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" ) ;
6
6
7
7
8
8
export const SearchClient = {
You can’t perform that action at this time.
0 commit comments